/* www-ATLAS of Group Representations. 2.S7 (isoclinic) represented as 8 x 8 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,8,[ "01000000", "20000000", "00001000", "00000010", "00200000", "00000001", "00020000", "00000200"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "00010000", "00000100", "21222210", "21101110", "02112210", "21011000", "11002011"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.S7 (isoclinic) < GL(8,GF(3))";