/* www-ATLAS of Group Representations. 2.A7 represented as 8 x 8 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,8,[ "01000000", "22000000", "00010000", "00220000", "00000010", "00000001", "00002020", "00000202"]); y:=CambridgeMatrix(1,F,8,[ "22000000", "00100000", "00001000", "00000100", "10200000", "01021011", "20020000", "00010002"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.A7 < GL(8,GF(3))";