Synopsis:
GF(p,n) -- make a Galois field with p^n elements, where p is a prime.
i1 : k = GF(2,3,Variable=>x) o1 = k o1 : GaloisField
i2 : x+x^2 4 o2 = x o2 : k