/* www-ATLAS of Group Representations. 2.S6(2) represented as 8 x 8 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,8,[ "01000000", "20000000", "00001000", "00000010", "00200000", "01110102", "00020000", "21111212"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "00010000", "00000100", "02220000", "00000001", "12202202", "21111110", "12021202"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.S6(2) < GL(8,GF(3))";