This library contains, for each transitive group G with degree between 2 and 11, a univariate polynomial over the integers which has G as its Galois group.
The polynomials are accessed by the following function.
> load galpols; Loading "galpols" > P<x> := PolynomialRing(IntegerRing()); > print PolynomialWithGaloisGroup(8, 2); x^8 - x^7 - 19*x^6 - 2*x^5 + 46*x^4 - 2*x^3 - 19*x^2 - x + 1
[Next] [Prev] [Right] [____] [Up] [Index] [Root]