next | previous | forward | backward | up | top | index | toc | home

GF(ZZ,ZZ) -- make a finite field of a given prime power order

Synopsis

Description

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

      2
o2 = x  + x

o2 : k