nzmath.polynomial | (ÆüËܸì)
OneVariablePolynomialCharNonZero is a class representing a polynomial with positive characteristic coefficient ring. It is a subclass of OneVariablePolynomial.
Specify coefficient by OneVariablePolynomialCoefficients or a list(see OneVariableDensePolynomial). A dictionary (see OneVariableSparsePolynomial) cannot be used.
Factor into each degree factors. The result is a dictionary with degrees as keys and their (product of) factors as value.
When the method is called, the polynomial must be squarefree. The coefficient ring must be a finite field.
Factor the polynomial.
Return whether the polynomial is irreducible or not.
If the characteristic is p and the polynomial is powered to p, then return the p-th root polynomial.
Factor a distinct degree factored polynomial into each polynomial having the degree degree.
Decompose into squarefree factors.
f ** i | f to the i-th power |
The operators below are inherited from OneVariablePolynomial:
+(binary) , -(binary), *, /, divmod, //, %, -(unary), +(unary), ==, !=