MCQOPTIONS
Saved Bookmarks
| 1. |
If f(x) = x2-117 = 0 then the iterative formula for Newton Raphson Method is given by ____________ |
| A. | x(n+1)=0.25 [x(n)+ ( frac{166}{x(n)} )] |
| B. | x(n+1)=0.5 [x(n)+ ( frac{166}{x(n)} )] |
| C. | x(n+1)=0.5 [x(n)- ( frac{166}{x(n)} )] |
| D. | x(n+1)=0.25 [x(n)- ( frac{166}{x(n)} )] |
| Answer» C. x(n+1)=0.5 [x(n)- ( frac{166}{x(n)} )] | |