twoski
- 177
- 2
Homework Statement
Use Newtons method to compute the cube root of 5. Do the first 10 iterations. x_{(0)}=1
determine the fixed points of the iteration and determine whether they are repelling/attracting. if attracting, then determine if the convergence is linear or quadratic. draw the x^{(k+1)} vs. x^{(k)} diagram. for what values of x^{(0)} does Newton's method converge?
The Attempt at a Solution
So i did the first 10 iterations for x^(n). After n=5, all following iterations will give the same value.
I am confused as to how we determine what the fixed points are and whether they are attracting/repelling.