/* www-ATLAS of Group Representations. M11 represented as 10 x 10 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,10,[ "2011220222", "1022200220", "0000122110", "0000101112", "1112020202", "1111021212", "1120012121", "2222011110", "2210002021", "0000012121"]); y:=CambridgeMatrix(1,F,10,[ "1101010102", "0000122211", "1101202000", "0000120221", "0211000202", "2010020000", "2112020101", "0122211000", "0000211101", "2112221000"]); G:=MatrixGroup<10,F|x,y>; print "Group G is M11 < GL(10,GF(3))";