/* www-ATLAS of Group Representations. M11 represented as 10 x 10 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,10,[ "2100111220", "0000111220", "1200112210", "1200210200", "2211000000", "2020221101", "0021012122", "2211221101", "2211012122", "2002221011"]); y:=CambridgeMatrix(1,F,10,[ "0101101122", "0202202102", "0101202211", "0202202122", "0112112011", "1220000000", "0211211122", "2001112011", "0201201121", "1101122211"]); G:=MatrixGroup<10,F|x,y>; print "Group G is M11 < GL(10,GF(3))";