Next: HOMEWORK 9/15/98
Up: Newton's method
Previous: Convergence
Two other special issues, to be filed for now.
- If the root you are after is multiple, convergence may be much slower
than expected, especially a Newton or Secant algorithm. The reason is
simple to state - at a multiple root, the derivative goes to zero. There are
special fixes for multiple roots.{If you are after polynomial roots, there are special techniques that
work especially well. When looking for all polynomial roots, deflation
is often useful. Decartes' Rule of Signs, and the rational Root Test
are helpful also.
- Fixed point iteration is a method for finding all solutions to the equation
x=g(x). The iteration proceeds by setting
. One may also use Newton or False Position or other methods
on the function f(x)=x-g(x).
E. Bruce Pitman
Tue Sep 15 18:15:17 EDT 1998