Answer on Question #60833 – Math – Algorithms | Quantitative Methods
Question
c) Obtain the cube root of 12 using Newton-Raphson formula.
Solution
Newton-Raphson method is used to find zeros of the equation
f(x)=0.
In this problem we set
f(x)=x3−12,f′(x)=3x2,x0=1;xn+1=xn−f′(xn)f(xn)=xn−3xn2xn3−12=32xn+xn24.
So 312≈2.289428485107.
www.AssignmentExpert.com
Comments