Summary: Addendum gives the mathematical definitions and ideas used by the Lindsey-Fox algorithm
Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.
The mathematical principles at the core of the Lindsey-Fox algorithm for polynomial factoring are given here.
An
or
where
where
The fundamental theorem of algebra states that an
The length-
for
If the coefficients are multiplied by a geometric sequence,
for
Using Horner's method, the number of multiplications and additions necessary to directly calculate
If the roots of a polynomial 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.