Poly1d¶
Basics¶
|
A one-dimensional polynomial class. |
|
Evaluate a polynomial at specific values. |
|
Find the coefficients of a polynomial with the given sequence of roots. |
|
Return the roots of a polynomial with coefficients given in p. |
Calculus¶
|
Return the derivative of the specified order of a polynomial. |
|
Return an antiderivative (indefinite integral) of a polynomial. |
Arithmetic¶
|
Find the sum of two polynomials. |
|
Returns the quotient and remainder of polynomial division. |
|
Find the product of two polynomials. |
|
Difference (subtraction) of two polynomials. |