SNM Assignment 1
SNM Assignment 1
Assignment-1
----------------------------------------------------------------------------------------------------
1
1. Find the Newton- Raphson formula to find the value of , where N is a real
N
1
number and hence evaluate correct to 4-decimal places.
26
2. Using Gauss elimination method, solve the system.
3.15x1 1.96 x 2 3.85x3 12.95
x1 x2 6 x3 x4 5 , x1 x2 x3 4 x4 6 .
4 x 2 y z 14 , x 5 y z 10 , x y 8 z 20 .
5. Find the dominant eigenvalue and the corresponding eigenvector of the matrix
2 1 0
1 2 1 by power method.
0 1 2
6. (i) Given f (2) 5 , f (2.5) 5.5 find the linear interpolating polynomial using
Lagrange’s interpolation.
********