Num Ass Comp
Num Ass Comp
Department of Mathematics
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