/* Realisation of the presentation in L227P3 as 2 x 2 matrices over GF(27). The generators below only satisfy the presentation modulo the scalars {1,-1}. Generators are x and y and the symplectic form is B. */ F:=FiniteField(27); G:=MatrixGroup<2,F|[ 0,1, -1,0] ,[ 1,0, w^7,1] >; B:=GL(2,F)![ 0,1, 1,0];