Vous êtes sur la page 1sur 3

UNIT- I SOLUTION OF EQUATIONS AND EIGENVALUE PROBLEMS PART A

1. If g(x) is continuous in [a, b], then under what conditions fixed point iteration x=g(x) method has a unique solution in [a, b]. 2. Solve by Gauss-elimination method: x+y=3, 2x-3y=1 3. What is the order of convergence of Newton Raphson Method? 4. State the principle used in Gauss-Jordan Method. 5. Write the formula for finding
N

, where N is a real number, by Newtons method.

6. State any two differences between direct and iterative methods for solving system of equations. 7. If f(x) =0 has root between x=a and x=b, then write the first approximate root by the method of false position. 8. Solve the system of equations x-2y=0; 2x+y=5 by Gauss-elimination method. 9. Write down the condition for the convergence of Gauss-Seidal iteration scheme. 10. Find the first approximation to the root of x3-3x+1=0 lying between 1 and 2 by Regula Falsi method. 11. Write the iteration formula for Newton- Raphson Method to find a root of f(x)=0. 12. Write Newtons formula to find the cube root of N. 13. Distinguish Gauss-elimination method and Gauss-Jordan Method. 14. Solve 3x+2y=4, 2x-3y=7 by Gauss-Jordan Method. 15. Explain the power method to find the dominant Eigen value of a square matrix A.

PART B
1. Find the real root lying between 1 and 2 of the equation x 3 3 x + 1 = 0 up to 3 places

of decimals by using regula Falsi method.


2. Find the real root of the equation x 3 4 x 9 = 0 up to 3 places of decimals by using

regula Falsi method.

2 3. Find the smallest positive root of x log e x 12 = 0 up to 3 places of decimals by

using regula Falsi method.


4. Find the real root of xe x 2 = 0 correct to 3 places of decimals using Newton

Raphson method 5. Find the iteration formula to find Square root of N ,Where N is a positive number and hence find Square root of 15.
6. Find the iteration formula to find reciprocal of N ,Where N is a positive number and 1 3 1

hence find The value of

7. Find the real root of 3x cos x 1 = 0 correct to 4 places of decimals using Newton

Raphson method.
8. Find the real root of the equation x 3 + x 2 1 = 0 up to 3 places of decimals by using

Iteration method.
9. Find the real root of the equation 2 x log x = 7 up to 3 places of decimals by using

Iteration method. 10. Solve the following system of equation by Gaussian Elimination Method
x1 x 2 + x3 = 1 , 3 x1 + 2 x 2 3 x3 = 6 ,

and 2 x1 5 x 2 + 4 x3 = 5 .

11. Solve the following system by Gaussian Elimination Method x1 + x 2 + 2 x3 = 4 , 3 x1 + x 2 3 x3 = 4 , 2 x1 3 x 2 5 x3 = 5 12. Solve the following system by Gaussian Jordan Method x+3y+6z=16, x+4y+3z=18, x+3y+4z=19 13. Solve the following system of equation by Gauss-Jordan Method. x + y + z = 9 , 2 x 3 y + 4 z = 13 , 3x + 4 y + 5 z = 40 . 14. Find numerically largest Eigen value of
1 A= 3 1 3 2 4 1 4 by 10

power method

15. Solve the following system by Gauss - Seidal Method 4x+2y+z=14, x+5y-z=10, x+y+8z=20. 16. Obtain the inverse of the matrix
1 A= 3 4 2 8 9 1 2 1

by Gauss-Jordan Method.

17. Solve the following system by Gauss - Seidal Method 2x-7y-10z=-17, 5x+y+3z=14, x+10y+9z=7

18. Find by power method the largest Eigen value and the Eigen vector of the matrix
25 1 2 1 3 0 2 0 4 1 A= 1 2 1 3 4 3 3 4

19. Obtain the inverse of the matrix

by Gauss-Jordan Method.

20. Solve the following system by Gauss - Seidal Method 6x+3y+12z=35, 8x-3y+2z=20, 4x+11y-z=33

Vous aimerez peut-être aussi