goulib.polynomial¶
simple manipulation of polynomials (without SimPy) see http://docs.sympy.org/dev/modules/polys/reference.html if you need more …
Functions
|
Parse the number part of a polynomial string term |
|
Parse the power part of a polynomial string term |
|
Remove the leading (in terms of high orders of x) zeros in the polynomial |
|
Convert a single coefficient c and power e to a string cx^i |
|
Return a new plist corresponding to the sum of the two input plists. |
|
Return a new plist corresponding to the derivative of the input plist. |
|
Return a new plist corresponding to the integral of the input plist. |
|
Return a new plist corresponding to the input plist multplied by a const |
|
Return a new plist corresponding to the product of the input plist p with the single term c*x^i |
|
Return a new plist corresponding to the product of the two input plists |
|
Do very, very primitive parsing of a string into a plist. |
|
Eval the plist at value x. |
|
Force term to have the form of a polynomial list |
|
Return a new plist corresponding to the e-th power of the input plist p |
|
|
|
Convert a plist into a string. |
Classes
|