InterviewSolution
Saved Bookmarks
| 1. |
The Newton-Raphson method is to be used to find the root of the equation f(x)=0 wherex0 is the initial approximation and f ‘ is the derivative of f. The method converges:(A) Always(B) Only if f is a polynomial(C) Only if f(x0) <0(D) None of the above |
| Answer» | |