WholeSpaceCode( n, F )
WholeSpaceCode
returns the cyclic whole space code of length n over
F. This code consists of all polynomials of degree less than n and
coefficients in F.
gap> C := WholeSpaceCode( 5, GF(3) ); a cyclic [5,5,1]0 whole space code over GF(3)
GAP 3.4.4