Content deleted Content added
Line 29:
The algorithm converges for any distribution of zeros. Furthermore, the convergence is faster than the quadratic convergence of Newton-Raphson iteration.
==What
is precisely a Newton-Raphson iteration performed on certain [[rational functions]]. More precisely, Newton-Raphson is being performed on a sequence of rational functions
:<math>P(z)/H^{(\lambda)}</math>. For <math>\lambda</math> sufficiently large, :<math>P(z)/H^{(\lambda)}</math> is as close as desired to a first degree polynomial :<math>z-\alpha_1</math>,
where <math>\alpha_1</math> is one of the zeros of <math>P</math>. Even though Stage 3 is precisely a Newton-Raphson iteration, differentiation is not performed.
==Real Coefficients==
|