0% found this document useful (0 votes)
18 views1 page

Num Ass Comp

rtytry

Uploaded by

Amanuel Tamirat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Num Ass Comp

rtytry

Uploaded by

Amanuel Tamirat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Wachemo University (Durame Campus)

College of Natural and Computational Science

Department of Mathematics

Numerical Analysis Assignment for Computer Science students

1. Solve the system of equation using Gauss-Elimination method



 5x + y + z + w = 1
x + 7y + z + w = 12

x + y + 6z + w = −5

x + y + z + w = −6

2x1 − x2 + 3x3 = 2
(
2. Solve the system of equation by matrix inverse method −x1 + 3x2 + x3 = 1
−3x1 + 2x2 − x3 = 5
!
5 2 −1
3. Decompose matrix A in to LU , A = −2 4 2 and use Uii = 1, A = LU
4 −2 5

5x1 − x2 + 2x3 = 2
(
4. Solve the system of equations −x1 + 10x2 + x3 = 7 by using Jacobi and Gauss-Seidel
2x1 + 2x2 + 8x3 = 5
iteration method and take initial approximation as x(0) = [1, 1, 1]T
5. Find the approximate root of the equations x3 − x2 − 1 = 0 by using Newton-Raphson
method with initial guess x0 = 1 and having accuracy less than  = 10−6

You might also like