If μ is the mean of the distribution, then Σfi(xi - μ) is
What is the condition of failure for the Newton-Raphson method?
Which of these is not a numerical integration method?
If e0 = 1, e1 = 2.72, e2 = 7.39, e3 = 20.09, and e4 = 54.60, then the value of the integral ∫04 ex dx using Simpson's 1/3 rule is:
The approximate root after n+1 iterations of the function x = e-x using the Newton-Raphson method is:
What is the primary use of the Runge-Kutta method?
When the Newton-Raphson method is applied to solve the equation f(x) = x3 + 2x - 1 = 0 with an initial guess value of x0 = 1.2, the solution at the end of the 1st iteration is:
The square root of a number a is to be obtained by applying the Newton-Raphson iteration to the equation x2 - a = 0. The correct iteration scheme is:
The Gauss-Seidel iterative method can be used for solving a set of:
The equation x2 - 4x + 4 = 0 is to be solved using the Newton-Raphson method to get a new estimate, and then the Secant method is applied using the initial guess and the new estimate. If the initial guess is 3, the estimated value of the root after the Secant method is: