Numerical Methiods Unit I: Solution of Equations and Eigen Value Problems Part A
Numerical Methiods Unit I: Solution of Equations and Eigen Value Problems Part A
,
_
7 2
3 1
by Gauss Jordan method.
5. State the convergence and order of convergence for method of false position.
6. Why Gauss Seidel iteration is a method of successive corrections.
7. Compare Gauss Jacobi and Gauss Siedel methods for solving linear system of
the form AX = B.
8. State the conditions for convergence of Gauss Siedel method for solving a
system of equations.
9. Find an iterative formula to find N where N is a positive number.
10. Compare Gaussian elimination method and Gauss-Jordan method.
11. What type of eigen value can be obtained using power method.
12. State the order of convergence and convergence condition for Newton
Raphson,s method.
13. Find the dominant eigen value of A =
1
]
1
4 3
2 1
by power method.
14. How is the numerically smallest eigen value of A obtained.
15. State two difference between direct and iterative methods for solving system of
equations.
Part B
1. Consider the non linear system x
2
2x y +0.5 =0 and x
2
+4y
2
4 = 0. Use
Newton Raphson method with the starting value (x
0
, y
0
) = (2.00, 0.25) and
compute (x
1
, y
1
), (x
2
, y
2
) and (x
3
, y
3
) .
2. Fins the real root of xe
x
3 = 0 by fixed point method.
3. Find the real root using method of newton raphson for x
3
2x 5 = 0 coreect to
three decimal places.
4. Find all the eigen values of the matrix
1
1
1
]
1
2 1 0
1 2 1
0 1 2
by power method (Apply
only 3 iterations).
5. Solve the system of equations using Gauss Seidel iterative methods.
20x y 2z = 17, 3x + 20y z = -18, 2x 3y +20z = 25.
6.Find the largest eigen values and its corresponding vector of the matrix
1
1
1
]
1
10 4 1
4 2 3
1 3 1
by power method.
7. Using Gauss- Jordan obtain the inverse of the matrix
1
1
1
]
1
5 3 1
1 1 2
3 2 2
8.Using Gauss Seidel method solve the system of equations starting with the values
x = 1 , y = -2 and z = 3,
x + 3y + 5z = 173.61, x 27y + 2z = 71.31, 41x 2y + 3z = 65.46
9. Solve the following equations by Jacobis iteration method
x + y + z = 9, 2x 3y + 4z = 13, 3x + 4y + 5z = 40.