pgcd.spad line 1 [edit on github]
This package computes multivariate polynomial gcd
's
using a hensel lifting strategy. The constraint on the coefficient domain is imposed by the lifting strategy. It is assumed that the coefficient domain has the property that almost all specializations preserve the degree of the gcd
.
gcd(p, q)
computes the gcd
of the two polynomials p
and q
.
gcd(lp)
computes the gcd
of the list of polynomials lp
.
gcd(lp)
computes the gcd
of the list of polynomials lp
.
gcd(p, q)
computes the gcd
of the two polynomials p
and q
.
gcdPrimitive(p, q)
computes the gcd
of the primitive polynomials p
and q
.
gcdPrimitive lp
computes the gcd
of the list of primitive polynomials lp
.
gcdPrimitive(p, q)
computes the gcd
of the primitive polynomials p
and q
.