0% found this document useful (0 votes)
19 views

Assignment 1 Revised

The document contains instructions for an assignment involving solving systems of equations using different numerical methods. It includes using Gauss elimination and LU decomposition to solve matrices. It also includes using the Gauss-Seidel method, bisection method, Newton-Raphson method, and modified Newton-Raphson method to find the solutions to various functions. The student is asked to find the solutions within 5% error and provide the work.

Uploaded by

Ash Mochi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Assignment 1 Revised

The document contains instructions for an assignment involving solving systems of equations using different numerical methods. It includes using Gauss elimination and LU decomposition to solve matrices. It also includes using the Gauss-Seidel method, bisection method, Newton-Raphson method, and modified Newton-Raphson method to find the solutions to various functions. The student is asked to find the solutions within 5% error and provide the work.

Uploaded by

Ash Mochi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment -1

Submission date- by 21-03-2012 KNF2053 1. A. 1 1 3 Use Gauss Elimination Method 1 3 2 2 4 4 Mark 1

2. 0 1 1 2 0 3 1 1 1 b. Find solution of Matrix 1 and 2 of a by using LU method Mark 1

1.

A= [L][U]

2.

A= [L][U]

c. By III Condition method find the solution of the followings , Mark 1 1. 5x1 +4x2-6x3 = 10 x1 - 2x2 +6x3 = 15 3 x1- x2 +2x3 = 5 2 2x1 +0.4x2- 2x3 = 10 4 x1 - 3x2 + 9x3 = 5 3 x1- 5x2 +x3 = 1 d. By using Gaussian Sheidel method find the solution of the followings , Mark 1 1. 5x1 +4x2-6x3 = 10 x1 - 2x2 +6x3 = 15 3x1 +4x2- 9x3 = 6 2. 2x1 + 8x2- 7x3 = 12 3x1 - 6x2 +3x3 = 13 4x1 +9x2- 5x3 = 16

KNF 2053

Page 1 of 3

e. By using bisection method get the solution for the followings , guess, xi = 0 and work until the error term, approximation is 5%. f(x) = x3 -3x2 +10x +3 f(x) = x3 -7x2 + 2x +20

f. By using Newton Raphson method get the solution for the followings , guess, x0 = 0 and work until the error term, approximation is 5%. f(x) = x3 -3x2 +4x +15 f(x) = x3 - 4x2 +62x +22 g. By using Modified Newton Raphson method get the solution for the followings , guess, x0 = 0 and work until the error term, approximation is 5%. f(x) = x3 -3x2 +4x +15 f(x) = x3 - 4x2 +62x +22

KNF 2053

Page 2 of 3

You might also like