Fields

We will now be exploring Fields in SageMath. Recall that there is one field of order $p^k$ where $p$ is a prime, that the Galois field of order $p^k$. In SageMath this is defined by writing $GF(p^k)$. Recall that we can also come up with these fields taking a quotient with a maximal ideal of a ring.

There are a few other functions that we will be using to study Fields, namely

Galois Groups

Studying Galois groups in SageMath will require a few new functions and classes that we have not yet encountered, namely:

We go over an example in the next cell.

Note the difference in syntax between these two different methods, when using the NumberField() constructor, we must specify the generator, or SageMath returns an error.