next up previous
Next: Arithmetic with Ideals Up: Univariate Polynomial Rings Previous: Arithmetic with Polynomials

GCD and Factorization


Greatest common divisors for polynomials over Z are computed using either a modular algorithm or the GCD-HEU method, while for polynomials over a number field, the modular method is used. Factorization of polynomials over Z uses the exciting new algorithm of Mark van Hoeij, which efficiently finds the correct combinations of modular factors by solving a Knapsack problem via the LLL lattice-basis reduction algorithm.


next up previous
Next: Arithmetic with Ideals Up: Univariate Polynomial Rings Previous: Arithmetic with Polynomials