What is the order of convergence of the Bisection Method?
Which of these methods is the slowest to converge?
Using the one-step Newton-Raphson method to solve the equation x4 - 3x + 10 = 0, starting from x = 1, the next value of x is:
The real root of the equation cos(x) - 3x + 1 = 0, correct to seven decimal places by Newton-Raphson's method, is:
If f(x) is continuous in [a,b], then the necessary condition for a root to lie in the interval [a,b] is
The approximate root of the equation x = 1/a using the Newton-Raphson method is
The First Approximation of the root of f(x) using the Newton-Raphson method is given by:
Let x2 - 117 = 0. The iterative steps for the solution using Newton-Raphson's Method is given by:
Which of the following statements about the Gauss-Seidel method is false?
The table below gives values of a function f(x) obtained for values of x at intervals of 0.25. The value of the integral of the function between the limits 0 and 1 using Simpson's rule is (up to 4 decimal places):
X 0 0.25 0.5 0.75 1.0
F(x) 1 0.942 0.8 0.64 0.50