<< Chapter < Page Chapter >> Page >
Addendum gives the mathematical definitions and ideas used by the Lindsey-Fox algorithm

Addendum: mathematical principles

The mathematical principles at the core of the Lindsey-Fox algorithm for polynomial factoring are given here.

An N t h degree polynomial is denoted by

P ( z ) = a 0 + a 1 z + a 2 z 2 + + a N z N = n a n z n

or

P ( z ) = k ( z - z k )

where k = 1 , 2 , , N or

P ( z ) = m ( z - z m ) M m

where m = 1 , 2 , , Q and N = m M m . And a n is the n t h coefficient, z k is the k t h zero or root, N is the degree of the polynomial, M m is the multiplicity of the m t h zero, and Q is number of distinct roots or zeros.

The fundamental theorem of algebra states that an N t h degree polynomial has N zeros.

The length- L discrete Fourier transform (DFT) of the N coefficients of a polynomial P ( z ) with L N are the L equally spaced samples of the polynomial evaluated on the unit circle of the complex plane.

D F T L { a n } = P ( e 2 π i k / L )

for k = 0 , 1 , 2 , , L - 1

If the coefficients are multiplied by a geometric sequence, r n , the DFT of this modulated set of coefficients are the L equally spaced samples of the polynomial evaluated on a circle of radius r in the complex plane.

D F T L { r n a n } = P ( r e 2 π i k / L )

for k = 0 , 1 , 2 , , L - 1

Using Horner's method, the number of multiplications and additions necessary to directly calculate N equally spaced values of a degree N polynomial on the unit circle is proportional to N 2 . If evaluated with the DFT, it is also proportional to N 2 . If evaluated with the FFT, it is proportional to N log ( N ) .

If the roots of a polynomial are at z , the roots of the same polynomial with the sequence of coefficients reversed (“flipped"), are at 1 / z .

P a ' ( 1 / z ) = P a ( z )

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.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Factoring polynomials of high degree. OpenStax CNX. Apr 01, 2012 Download for free at http://cnx.org/content/col10494/1.9
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Factoring polynomials of high degree' conversation and receive update notifications?

Ask