Apply Newton's method to the equation x^2-a=0 to derive the following square-root algorithm:
x(n+1)=(1/2)(xn+9a/xn)
I am not really sure where to begin. I know the equation for Newton's method is x(n+1)=xn-(f(xn)/f'(xn)). I do no know what I nee dot do or where to begin...
x(n+1)=(1/2)(xn+9a/xn)
I am not really sure where to begin. I know the equation for Newton's method is x(n+1)=xn-(f(xn)/f'(xn)). I do no know what I nee dot do or where to begin...