/* www-ATLAS of Group Representations. S7 represented as 14 x 14 matrices over GF(2). */ F:=GF(2); x:=CambridgeMatrix(1,F,14,[ "01000000000000", "10000000000000", "00001000000000", "00000100000000", "00100000000000", "00010000000000", "00000010000000", "11101001000000", "00110000010000", "00001100100000", "11111100001000", "11010100000100", "11011000110010", "00110000110001"]); y:=CambridgeMatrix(1,F,14,[ "00100000000000", "00010000000000", "11010000000000", "00000010000000", "00000001000000", "00000000100000", "00000000010000", "10011001000000", "00000000001000", "01000010000000", "00000000000100", "00000000000010", "00000000000001", "00000100000000"]); G:=MatrixGroup<14,F|x,y>; print "Group G is S7 < GL(14,GF(2))";