You are on page 1of 1

1. a) Using Gauss elimination procedure, find the inverse of the matrix: 6+6+5.

( )
4 3 2
A= 2 3 4
1 2 1

b) Solve the set of equations by iterative Jacobi’s method or Gauss–Seidel method:


8 x + 2 y +z= 16
x + y + 4 z = 19
x + 5 y + z = 15

c)
x 0.4 0.5 0.7 0.8
f(x) -0.916 -0.693 -0.357 -0.223
Calculate the values of f(0.6) using Lagrange interpolation.
What order polynomial would you like to use and why?

2. a) Write the set of equations in matrix form and triangularize it by Gaussian Elimination. Use
back substitution to solve the set of equation. 6+6+5.5
x+y+z=3
2x+3y+z=6
x - y - z = -3

b.)
x 1 2 3 4
f(x) 1 8 27 64
Find f(2.5) by Lagrange interpolation using
(I) Quadratic polynomial.
(II) Cubic polynomial.
(III) Fourth order polynomial.

c.) Find the Determinant of the matrix by Gauss elimination

( )
1 1 1
A= 4 3 − 1
3 5 3

You might also like