Content deleted Content added
→As inverse power iteration: Change section heading |
→Stage Two: Fixed-Shift Process: early exit conditions |
||
Line 65:
Since the left side is a convex function and increases monotonically from zero to infinity, this equation is easy to solve, for instance by [[Newton's method]].
Now choose <math>
:<math>t_\lambda=s-\frac{P(s)}{\bar H^{(\lambda)}(s)}</math>
is traced. The second stage is finished successfully if the conditions
:<math>
|t_{\lambda+1}-t_\lambda|<\tfrac12\,|t_\lambda|
</math> and <math>
|t_\lambda-t_{\lambda-1}|<\tfrac12\,|t_{\lambda-1}|
</math>
are simultaneously met. If there was no success after some number of iterations, a different random point on the circle is tried. Typically one uses a number of 9 iterations for polynomials of moderate degree, with a doubling strategy for the case of multiple failures.
==== Stage Three: Variable-Shift Process ====
|