Content deleted Content added
m Typo fixing and cleanup, typos fixed: so called → so-called (2) using AWB (8414) |
|||
Line 16:
=== Root-finding procedure ===
Starting with the current polynomial ''P''(''X'') of degree ''n'', the smallest root of ''P(x)'' is computed. To that end, a sequence of so
The construction of the ''H'' polynomials <math>\left(H^{(\lambda)}(z)\right)_{\lambda=0,1,2,\dots}</math> depends on a sequence of complex numbers <math>(s_\lambda)_{\lambda=0,1,2,\dots}</math> called shifts. These shifts themselves depend, at least in the third stage, on the previous ''H'' polynomials. The ''H'' polynomials are defined as the solution to the implicit recursion
Line 117:
=== Analysis of the ''H'' polynomials ===
Let <math>\alpha_1,\dots,\alpha_n</math> be the roots of ''P''(''X''). The so
:<math>P_m(X)=\frac{P(X)-P(\alpha_m)}{X-\alpha_m}.</math>
If all roots are different, then the Lagrange factors form a basis of the space of polynomials of degree at most ''n'' − 1. By analysis of the recursion procedure one finds that the ''H'' polynomials have the coordinate representation
Line 238:
*[http://www.netlib.org/toms/493 RPOLY] Algorithm 493 from ACM TOMS) on Netlib. In Fortran.
*[http://www.novanumeric.com/samples.php?CalcName=Roots Online Calculator] Online Polynomial Calculator using the Jenkins Traub procedure
{{DEFAULTSORT:Jenkins-Traub Algorithm}}
[[Category:Numerical analysis]]
|