/* www-ATLAS of Group Representations. L6(2) represented as 6 x 6 matrices over GF(2). */ F:=GF(2); x:=CambridgeMatrix(1,F,6,[ "100000", "010000", "001000", "000100", "000010", "100001"]); y:=CambridgeMatrix(1,F,6,[ "010000", "001000", "000100", "000010", "000001", "100000"]); G:=MatrixGroup<6,F|x,y>; print "Group G is L6(2) < GL(6,GF(2))";