/* www-ATLAS of Group Representations. S7 represented as 10 x 10 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,10,[ "0100000000", "1000000000", "0000100000", "0000001000", "0010000000", "0000000001", "0001000000", "6116601100", "4305022015", "0000010000"]); y:=CambridgeMatrix(1,F,10,[ "0010000000", "0001000000", "0000010000", "0000000100", "0000000010", "3640135143", "6656214630", "1165054225", "0666660060", "2103564220"]); G:=MatrixGroup<10,F|x,y>; print "Group G is S7 < GL(10,GF(7))";