Figure 3.12:
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. 3.12left.
-
has a double root at
, as seen in Fig. 3.12right.
- 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 3.5:
Left: Errors when finding a double root. Right: Successive errors with Newton's method for
(Triple root).
![\includegraphics[scale=0.6]{figures/1-27}](img335.png) |
![\includegraphics[scale=0.6]{figures/1-28}](img336.png) |
- Table 3.5left 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 3.5right. The ratio of errors is larger, about
.
Cem Ozdogan
2011-12-27