Compute the Roots of Polynomials

Great gifts for Nerds
Can you tell time in binary?



Webspace for this site provided by
web hosting, web design, IT consulting

Using Bairstow's Method

Compute the roots of polynomials with real coefficients of the form:

           n         (n-1)         (n-2)
     a(0)*x  + a(1)*x      + a(2)*x      + ... + a(n) = 0

The order of the polynomial, n, must not exceed 30.  Its coefficients must be real numbers.

Enter order of polynomial, n
(n must between 1..30)
n = Disclaimer: By clicking the button to your left, you, the user, agree to accept any inaccuracies and/or errors that this root finder may calculate.   You are responsible for testing the suitability of this software for your particular application.  Although this program makes use of double precision math, the user understands that iterative mathematical methods may, at times, fail or return unexpected results.