Unit 1
Unit 1
5. Using Bisection method find the root of 3x2 = 5x+2 in the interval [0,3].
a) 0.617
b) 0.527
c) 0.517
d) 0.717
6. Find the approximated value of x till 6 iterations for x3-4x+9=0 using Bisection
Method. Take a = -3 and b = -2.
a) -2.703125
b) -1.903125
c) -3.903125
d) -0.703125
7. The algorithm provided to find the roots of the function using Bisection Method is
given by ____________
a) Bolzano’s theorem
b) Mean Value theorem
c) Bisection theorem
d) Secant theorem
8. The Bisection method has which of the following convergences?
a) Linear
b) Quadratic
c) Cubic
d) Quaternary
10. The equation f(x) is given as x3 – x2 + 4x – 4 = 0. Considering the initial
approximation at x=2 then the value of next approximation correct upto 2 decimal
places is given as __________
a) 0.67
b) 1.33
c) 1.00
d) 1.50
11. The Newton-Raphson method of finding roots of nonlinear equations falls under the
category of which of the following methods?
a) bracketing
b) open
c) random
d) graphical
12. The Iterative formula for Newton Raphson method is given by __________
a) x1 = x0-f(x0)/f’(x0)
b) x0 = x1-f(x0)/f‘(x0)
c) x0 = x1+f(x0)/f’(x0)
d) x1 = x0+f(x0)/f‘(x0)
13. In Newton Raphson method if the curve f f(x) is constant then __________
a) f’’(x)=0
b) f(x)=0
c) f’(x)=0
d) f’(x)=c
14. The equation f(x) is given as x2-4=0. Considering the initial approximation at x=6 then
the value of next approximation correct upto 2 decimal places is given as __________
a) 3.33
b) 1.33
c) 2.33
d) 4.
15. At which point the iterations in the Newton Raphson method are stopped?
a) When the consecutive iterative values of x are not equal
b) When the consecutive iterative values of x differ by 2 decimal places
c) When the consecutive iterative values of x differ by 3 decimal places
d) When the consecutive iterative values of x are equal33
18. The equation f(x) is given as x2-4=0. Considering the initial approximation at x=6 then
the value of x1 is given as ____________
a) 10/3
b) 4/3
c) 7/3
d) 13/3
20. In Newton Raphson method f’(x) for a given point is given by the formula
____________
a) y/x’
b) y’/x
c) y/x
d) y’/x’
21. The points where the Newton Raphson method fails are called?
a) floating
b) continuous
c) non-stationary
d) stationary
22. Which of the methods is direct method for solving simultaneous algebraic equations?
a) Jacobi’s method
b) Relaxation method
c) Cramer’s rule
d) Gauss seidel method
23. What are the advantages of direct methods for solving the simultaneous algebraic
equations?
a) Rounding of errors get propagated
b) Quite time consuming
c) Requires more recording of data
d) Yield a solution after a finite number of steps for any non-singular set of
equations
31. The aim of elimination steps in Gauss elimination method is to reduce the coefficient
matrix to ____________
a) diagonal
b) identity
c) lower triangular
d) upper triangular
32. Division by zero during in Gaussian elimination of the set of equations [A] * [X]=[C]
signifies the coefficient matrix [A] is ____________
a) Invertible
b) Non Singular
c) Not determinable to be singular or non singular
d) Singular
35. The reduced form of the Matrix in Gauss Elimination method is also called
____________
a) Column Echelon Form
b) Row-Column Echelon Form
c) Column-Row Echelon Form
d) Row Echelon Form
36. What are the coefficients of the equation obtained during the elimination called?
a) Joints
b) Pivots
c) Calculated coefficients
d) Operative coefficients
37. How the transformation of coefficient matrix A to upper triangular matrix is done?
a) Elementary row transformations
b) Elementary column transformations
c) Successive multiplication
d) Successive division
38. In Gauss Jordan method which of the following transformations are allowed?
a) Diagonal transformation
b) Column transformation
c) Row transformation
d) Square transformation
40. Which of the following transformations are allowed in Gauss Jordan method?
a) Swapping a row
b) Swapping a column
c) Swapping two rows
d) Swapping two columns
41. The Gauss Jordan method reduces a original matrix into a _____________
a) Identity matrix
b) Null matrix
c) Skew Hermitian matrix
d) Non-symmetric matrix
42. Which of the following methods is used for obtaining the inverse of matrix?
a) Gauss Seidel method
b) Newton Raphson method
c) Gauss Jordan method
d) Secant Method
43. Gauss Seidal method is also termed as a method of _______
a) Successive displacement
b) Eliminations
c) False positions
d) Iterations
47. Which of the following method is employed for solving the system of linear
equations?
a) Runge Kutta
b) Newton Raphson
c) Gauss Seidal
d) Simpson’s Rule