/* Realisation of the presentation in L227P3 as 3 x 3 matrices over GF(27). Generators are x and y and the orthogonal form is B with det(B) = -(w^-4). */ F:=FiniteField(27); G:=MatrixGroup<3,F|[ 1,0,0, w^14,-1,0, w^14,0,-1] ,[ 0,1,0, 0,0,1, 1,0,0] >; B:=GL(3,F)![ 2,w^14,w^14, w^14,2,w^14, w^14,w^14,2];