Aberth method
From Wikipedia, the free encyclopedia
The Aberth-method, sometimes named Aberth-Ehrlich method is a root-finding algorithm for simultaneous approximation of all the root of a univariate polynomial. It is similar to the Weierstrass (Durand-Kerner) method, but uses a slightly different formula for the updates of the current approximations.
[edit] Description
Let be a univariate polynomial of degree n with real or complex coefficients. Let be the current approximations of the zeros of p(x). Then updates are computed as
- .
The next set of approximations of roots of p(x) is then .
Thus the Aberth method is a combination of Newton's method and the Weierstrass/Durand-Kerner method. Details for an efficient implementation, esp. on the choice of good initial approximations, are to be found in Bini (1996).
[edit] Derivation from Newton's method
The iteration formula is the univariate Newton iteration for the function
If the values are already close to the roots of p(x), then the rational function F(x) is almost linear with poles at that direct the Newton iteration away from the roots of p(x) that are close to them. That is, the corresponding bassins of attraction get rather small.
The Newton step in the univariate case is the reciprocal value to the logarithmic derivative
Thus,
results in the Aberth-Ehrlich iteration.
The iteration may be executed in a simultaneous Jacobi-like iteration where first all new approximations are computed from the old approximations or in a sequential Gauss-Seidel like iteration that uses each new approximation from the time it is computed.
[edit] Literature
- Ehrlich, L. W. (1967). "A modified Newton method for polynomials". Comm. ACM 10(2): 107-108.
- Aberth, O. (1973). "Iteration methods for finding all zeros of a polynomial simultaneously". Math. Comp. 27(122): 339-344.
- Bini, Dario Andrea (1996). "Numerical computation of polynomial zeros by means of Aberth's method". Numerical Algorithms 13: 179-200.