/* www-ATLAS of Group Representations. 2.L3(4):2a represented as 6 x 6 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,6,[ "010000", "100000", "000100", "001000", "813111", "338802"]); y:=CambridgeMatrix(1,F,6,[ "001000", "122000", "000010", "000001", "102010", "100210"]); G:=MatrixGroup<6,F|x,y>; print "Group G is 2.L3(4):2a < GL(6,GF(9))";