HeuGcd BPΒΆ
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
- gcd: List BP -> BP
gcd([f1, .., fk])
=gcd
of the polynomialsfi
.
- gcdcofactprim: List BP -> List BP
gcdcofactprim([f1, ..fk])
=gcd
and cofactors ofk
primitive polynomials.
- gcdprim: List BP -> BP
gcdprim([f1, .., fk])
=gcd
ofk
PRIMITIVE univariate polynomials