| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| __add__(self, other) | |||
| number |
__call__(self,
*args) Returns the value of the polynomial at the given point |
||
| __coerce__(self, other) | |||
| __div__(self, other) | |||
| __init__(self, coefficients) | |||
| __mul__(self, other) | |||
| __rdiv__(self, other) | |||
| __repr__(self) | |||
| Polynomial |
derivative(self,
variable=0) Returns a polynomial of reduced order in one variable |
||
| Polynomial |
integral(self,
variable=0) Returns a polynomial of higher order in one variable |
||
Numeric.array
|
zeros(self) Find the zeros (roots) of the polynomial by diagonalization of the associated Frobenius matrix. |
||
|
|||
is_polynomial = 1
|
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|||
is_polynomial
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:42 2006 | http://epydoc.sourceforge.net |