/* www-ATLAS of Group Representations. L2(11) represented as 10 x 10 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,10,[ "0100000000", "1000000000", "0000100000", "0000010000", "0010000000", "0001000000", "0000000010", "1113132420", "0000001000", "2231314044"]); y:=CambridgeMatrix(1,F,10,[ "0010000000", "0001000000", "1401000000", "1041000000", "0000001000", "0000000100", "4004404000", "0000000001", "0401010014", "0000010000"]); G:=MatrixGroup<10,F|x,y>; print "Group G is L2(11) < GL(10,GF(5))";