Question:medium

The convergence of which of the following method depends on initial assumed value

Show Hint

Newton-Raphson is a local convergence method.
Always avoid choosing an initial guess \(x_0\) where the derivative of the function is zero (\(f'(x_0) = 0\)), as this causes the division term in the formula to fail.
  • Simpson Method
  • Newton-Raphson Method
  • Euler Method
  • Runge-Kutta method
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0