/* www-ATLAS of Group Representations. 2.A8 represented as 8 x 8 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,8,[ "01000000", "22000000", "00001000", "00000100", "00202000", "00020200", "20001122", "02222210"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "00010000", "10002000", "00000010", "00000001", "11111120", "01112012", "22200002"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.A8 < GL(8,GF(3))";