MCQOPTIONS
Saved Bookmarks
| 1. |
The Iterative formula for Newton Raphson method is given by __________ |
| A. | x1 = x0-f(x0)/f’(x0) |
| B. | x0 = x1-f(x0)/f‘(x0) |
| C. | x0 = x1+f(x0)/f’(x0) |
| D. | x1 = x0+f(x0)/f‘(x0) |
| Answer» B. x0 = x1-f(x0)/f‘(x0) | |