/* www-ATLAS of Group Representations. M24 represented as 11 x 11 matrices over GF(2). */ F:=GF(2); x:=CambridgeMatrix(1,F,11,[ "01000000000", "10000000000", "00010000000", "00100000000", "00000100000", "00001000000", "00000001000", "00000010000", "00000000010", "00000000100", "00110000111"]); y:=CambridgeMatrix(1,F,11,[ "00100000000", "01100000000", "10100000000", "00001000000", "00000010000", "10111100000", "00010000000", "00000000100", "00000000001", "10000000010", "00000001000"]); G:=MatrixGroup<11,F|x,y>; print "Group G is M24 < GL(11,GF(2))";