/* www-ATLAS of Group Representations. M12 represented as 10 x 10 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,10,[ "0100000000", "1000000000", "0000100000", "0000010000", "0010000000", "0001000000", "0000000010", "1210202110", "0000001000", "2112211021"]); y:=CambridgeMatrix(1,F,10,[ "0010000000", "0001000000", "1201000000", "1021000000", "0000001000", "0000000100", "2002202000", "0000000001", "0000112111", "0000010000"]); G:=MatrixGroup<10,F|x,y>; print "Group G is M12 < GL(10,GF(3))";