nzmath.polynomial | (ÆüËܸì)
A class for polynomials with multiple variables. *1
Return a simplified polynomial.
It is same as adjust() .
Return partial differentiation with var.
Return a ring to which the polynomial belongs.
Return definite or indefinite integration of the polynomial.
Return an OneVariablePolynomial instance if the polynomial has only one variable. Raise a ValueError, otherwise.
Same as above.
The methods below are considered private.
- | negation |
+ | simplify if possible |
str | str string |
repr | repr string |
+ | addition |
- | subtraction |
* | multiplication |
**, pow | power*2 |
// | quotient |
% | remainder |
divmod | Return tuple of quotient and remainder |
/ | division |
== | equality |
pow | power with modulus |