/* www-ATLAS of Group Representations. S6(2) represented as 8 x 8 matrices over GF(2). */ F:=GF(2); x:=CambridgeMatrix(1,F,8,[ "01000000", "10000000", "00001000", "10011100", "00100000", "11101100", "00000001", "00000010"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "00010000", "00000100", "00000010", "00011010", "10100000", "01111110", "10011111"]); G:=MatrixGroup<8,F|x,y>; print "Group G is S6(2) < GL(8,GF(2))";