nzmath.poly.multiutil

DomainPolynomial

Polynomial with unique factorization domain (UFD) coefficients.

This class inherits DomainPolynomial and GcdProvider.

Constructor

UniqueFactorizationDomainPolynomail(coefficients [,keyword arguments])

Initialize the polynomial.

Required argument:

Keyword arguments should include:

Methods

gcd(other)

Return gcd. The nested polynomials' gcd is used.
(This method is inherited from GcdProvider.)

resultant(other, var)

Return resultant of two polynomials of the same ring, with respect to the variable specified by its position var.