Convergence and computation time
Bisection method is
If f(x1) × f(x2) < 0, select most suitable option.
If f(x1) × f(x2) > 0, select most suitable option.
If f(x1) × f(x2) = 0
False position method is
If f(x1) × f(x2) < 0, select most suitable option.
If f(x1) × f(x2) > 0, select most suitable option.
If f(x1) × f(x2) = 0
If the convergence criteria is not satisfied
Newton raphson is a
New improved approximation of root is given by
If the convergence criteria is not satisfied
Newton raphson is a
New improved approximation of root is given by