Polynomial Generator


   Seen as an equation, like x3+3x2+x-5 = 0 one can find the polynomial's roots ( zeros ) just like for any other math functions. Now let's assume that we know the polynomial's roots but we don't know the polynomial itself. Using algebra theorems and other polynomial properties we can generate the polynomial from its roots, but, beware, there can be more than just one polynomial for the given roots ( zeros )!

   Below there's a polynomial generator which returns a polynomial generated from the roots introduced in the Roots field.

Input the roots here and click "Generate" to generate the polynomial from theese roots:

Roots =

        

Untitled Document