/* www-ATLAS of Group Representations. 2.A8 represented as 8 x 8 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,8,[ "01000000", "66000000", "00001000", "00000010", "00606000", "13322260", "00060060", "33523204"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "00010000", "00000100", "00000001", "14141336", "21435541", "42155435", "65525066"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.A8 < GL(8,GF(7))";