/* Realisation of the presentation in L35P1 as 3 x 3 matrices over GF(5). Generators are x and y. No form is preserved. */ F:=FiniteField(5); G:=MatrixGroup<3,F|\[ 0,1,0, 0,0,1, 1,0,0] ,\[ 1,0,0, 0,1,0, 2,0,1] >;