Polynomial routines, with functions to strip leading zeros from polynomial object, invert root program, find the derivative of a polynomial, find the derivative of a rational function, do partial fractions, factor a polynomial, find roots of any polynomial, convert a list to an array and back, add two polynomials, multiply two polynomials, divide two polynomials, evaluate a polynomial at a point, and return a polynomial list given an equation. |