NEW
Font size
WorksheetsNumerical Methods MCQ(2)-CAT I
Total questions: 10
Worksheet time: 30mins
The iteration formula for Newton-Raphson method is
xn+1=xn+f′(xn)f(xn)
xn+1=xn−f′(xn)f(xn)
xn+1=xn−f(xn)f′(xn)
xn+1=xn+f(xn)f′(xn)
What line is used to find the next iteration in Newton-Raphson method?
Secant
Normal
Chord
Tangent
In Newton-Raphson method, if we want to give our answer correct to 3 decimal places then we need to use how many decimal places in the calculation of the iterations?
3 decimal places
2 decimal places
4 decimal places
any number of decimal places will do
The following are ways to verify whether there is a root in the interval [a, b] for a continuous function f(x) except
f(a) < 0 and f(b) > 0
f(a) x f(b) < 0
f(a) x f(b) > 0
The sign for f(a) and f(b) changes
In regula falsi method ,the formula is derived using the equation of ---- joining the point a and b.
tangent
chord
midpoint
curve
Bisection method is also known as ----- method.
Newton Raphson
Regula Falsi
Interval Halving
Newton
What is the solution to the 4x5 Matrix ?
( 3, 4, 9, 6 )
( 3, 4, 9, -6 )
( -6, 9, 4, 3 )
( 6, 9, 4, 3 )
Using back-substitution, calculate the solution for the REF matrix.
(3, -6, 3)
(-6, -6, 3)
(6, -6, 3)
(-6, -6, 3)
Iteration method is a self correcting method
True
False
Iteration will converge if the leading diagonal element are greater than the sum of other coefficients of that row.
True
False
