listgcd.spad line 1 [edit on github]
This package provides the functions for the heuristic integer gcd
. Geddes's
algorithm, for univariate polynomials with integer coefficients
content([f1, .., fk])
= content of a list of univariate polynonials
gcd([f1, .., fk])
= gcd
of the polynomials fi
.
gcdcofact([f1, ..fk])
= gcd
and cofactors of k
univariate polynomials.
gcdcofactprim([f1, ..fk])
= gcd
and cofactors of k
primitive polynomials.
gcdprim([f1, .., fk])
= gcd
of k
PRIMITIVE univariate polynomials
lintgcd([a1, .., ak])
= gcd
of a list of integers