nzmath.polynomial | (ÆüËܸì)

OneVariablePolynomialChar0

OneVariablePolynomialChar0 is a class representing polynomials with characteristic 0 coefficient ring. It is a subclass of OneVariablePolynomial.

Methods

integrate(var [, min , max])

Integrate by variable var. Return definite integral of the polynomial from min to max when min and max are specified, otherwise indefinite integral.
(pushed down from OneVariablePolynomial in 0.5.0)

squareFreeDecomposition()

Return the square free decomposition of the polynomial. The return value is a dict whose keys are integers and values are corresponding powered factors. For example, if

A = A1 * A2**2,

the result is {1: A1, 2: A2}.


Last-modified: 2006-01-08 (Æü) 22:45:36