Similar to√b, on most computers, the computation of3√b is also based on
Newton’s method. Set up the Newton’s iteration for solving x^3 − b = 0,and write down the formula for xn+1 in terms of xn.
1
Expert's answer
2012-09-18T11:50:54-0400
According to the Newton's method,
x(n+1) = x(n) - f(x(n))/f'(x(n)).
So, in the case of f(x) = x³-b we have the following formula:
Comments
Leave a comment