Expand description
Contains algorithms for computing the gcd of polynomials.
Functionsยง
- poly_
gcd_ local unstable-enable
- Computes the gcd of polynomials
f, g in R[X]
overFrac(R)
locally, without ever explicitly working inFrac(R)
. - poly_
gcd_ monic_ local unstable-enable
- Computes the gcd of monic polynomials
f, g in R[X]
overFrac(R)
locally, without ever explicitly working inFrac(R)
.