Content deleted Content added
m The lines of TeX seem easier to read if they're no so close together. |
m The lines of TeX seem easier to read if they're no so close together. |
||
Line 13:
==Explanation of the method==
We use the three preceding iterates, ''x''<sub>''n''
:<math> f^{-1}(y) = \frac{(y-f_{n-1})(y-f_n)}{(f_{n-2}-f_{n-1})(f_{n-2}-f_n)} x_{n-2} + \frac{(y-f_{n-2})(y-f_n)}{(f_{n-1}-f_{n-2})(f_{n-1}-f_n)} x_{n-1} </math>
Line 23:
==Behaviour==
The asymptotic behaviour is very good: generally, the iterates ''x''<sub>''n''</sub> converge fast to the root once they get close. However, performance is often quite poor if you do not start very close to the actual root. For instance, if by any chance two of the function values ''f''<sub>''n''
==Comparison with other root-finding methods==
|