Figure 6:
Left: The curve on the left has a triple root at
[the function is
]. The curve on the right has a double root at
[the function is
].Right: Plot of
.
|
- A function can have more than one root of the same value. See Fig. 6left.
-
has a double root at
, as seen in Fig. 6right.
- The methods we have described do not work well for multiple roots.
- For example, Newton's method is only linearly convergent at a double root.
Table 2:
Left: Errors when finding a double root. Right: Successive errors with Newton's method for
(Triple root).
![\includegraphics[scale=0.6]{figures/1-27}](img89.png) |
![\includegraphics[scale=0.6]{figures/1-28}](img90.png) |
- Table 2left gives the errors of successive iterates (Newton's method is applied to a double root) and the convergence is clearly linear with ratio of errors is
.
- When Newton's method is applied to a triple root, convergence is still linear, as seen in Table 2right. The ratio of errors is larger, about
.
Cem Ozdogan
2010-10-13