1. Consider the function f(x)=x^3-2 using Newton's method. Take x0=1.5 for the starting value.
using Newton's method. Take x0=1.5 for the starting value.
For each method, present the results in the form of table:
Column1:n (step)
Column2:xn (approximation)
Column3: ( ) n f x
Column4:| xn - xn-1 | (error)
Comments
Leave a comment