ConwayPolynomials is a package that provides a database of Conway polynomials. A Conway polynomial for a prime p and an exponent n is a particular monic polynomial whose roots are primitive elements of a finite field with p^n elements. They can take a very long time to compute, so the package comes with just a publicly available database of Conway polynomials provided by Frank Luebeck.
After the package is loaded, the function GF will return Galois fields presented by Conway polynomials, provided they are in the table. Moreover, map can be used to produce the canonical maps between Conway Galois fields.
The package is loaded by default when Macaulay2 starts up. The database is loaded the first time conwayPolynomial is called, resulting in a brief pause.
In this example, we show how GF and map behave when the package is present.
|
|
|
|
This documentation describes version 1.0 of ConwayPolynomials.
If you have used this package in your research, please cite it as follows:
|
The object ConwayPolynomials is a package, defined in ConwayPolynomials.m2.
The source of this document is in ConwayPolynomials.m2:71:0.