<< Chapter < Page | Chapter >> Page > |
The mathematical principles at the core of the Lindsey-Fox algorithm for polynomial factoring are given here.
An degree polynomial is denoted by
or
where or
where and . And is the coefficient, is the zero or root, is the degree of the polynomial, is the multiplicity of the zero, and is number of distinct roots or zeros.
The fundamental theorem of algebra states that an degree polynomial has zeros.
The length- discrete Fourier transform (DFT) of the coefficients of a polynomial with are the equally spaced samples of the polynomial evaluated on the unit circle of the complex plane.
for
If the coefficients are multiplied by a geometric sequence, , the DFT of this modulated set of coefficients are the equally spaced samples of the polynomial evaluated on a circle of radius in the complex plane.
for
Using Horner's method, the number of multiplications and additions necessary to directly calculate equally spaced values of a degree polynomial on the unit circle is proportional to . If evaluated with the DFT, it is also proportional to . If evaluated with the FFT, it is proportional to .
If the roots of a polynomial are at , the roots of the same polynomial with the sequence of coefficients reversed (“flipped"), are at .
The “Minimum Modulus Theorem" can be stated several ways. A way most applicable to our test of the 3 node by 3 node cells is: If the minimum of an analytic function of a complex variable occurs in the interior of an open set, the minimum must in fact be a zero of the function.
If Newton's algorithm is applied to a polynomial and is started sufficiently close to a zero, it will quadratically converge to that zero if the zero is simple. If the zero is multiple, it still converges but only linearly. If Laguarre's algorithm is applied to a polynomial and is started sufficiently close to a zero, it will cubically converge to that zero if the zero is simple. If the zero is multiple, it still converges but only linearly.
Notification Switch
Would you like to follow the 'Factoring polynomials of high degree' conversation and receive update notifications?