๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Algorithm 419: Zeros of a complex polynomial

โœ Scribed by Jenkins, Traub.


Book ID
127401979
Publisher
CACM
Year
1972
Tongue
English
Weight
138 KB
Category
Library

No coin nor oath required. For personal study only.

โœฆ Synopsis


The subroutine CPOLY is a Fortran program to find all the zeros of a complex polynomial by the three-stage complex algorithm described in Jenkins and Traub [4]. (An algorithm for real polynomials is given in [5].) The algorithm is similar in spirit to the two-stage algorithms studied by Traub [1, 2]. The program finds the zeros one at a time in roughly increasing order of modulus and deflates the polynomial to one of lower degree. The program is extremely fast and the timing is quite insensitive to the distribution of zeros. Extensive testing of an Algol version of the program, reported in Jenkins [3], has shown the program to be very reliable.


๐Ÿ“œ SIMILAR VOLUMES