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

Assignment 1

This document outlines an assignment to solve systems of equations using various numerical methods. It includes: 1. Using Gauss elimination and LU decomposition methods to solve matrices. 2. Using Gauss-Seidel iteration to solve systems of equations. 3. Using bisection, Newton-Raphson, and modified Newton-Raphson methods to find roots of nonlinear equations. 4. The assignment is due by March 21, 2012 and covers various numerical analysis techniques for solving equations.

Uploaded by

Nor Emy
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)
29 views

Assignment 1

This document outlines an assignment to solve systems of equations using various numerical methods. It includes: 1. Using Gauss elimination and LU decomposition methods to solve matrices. 2. Using Gauss-Seidel iteration to solve systems of equations. 3. Using bisection, Newton-Raphson, and modified Newton-Raphson methods to find roots of nonlinear equations. 4. The assignment is due by March 21, 2012 and covers various numerical analysis techniques for solving equations.

Uploaded by

Nor Emy
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. By using Gauss Elimination Method, Find solution Mark 1

2.

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 2 2x1 +0.4x2- 2x3 = 10 4 x1 - 3x2 + 9x3 = 5 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, x0 = 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