/* www-ATLAS of Group Representations. 2.M22.2 represented as 10 x 10 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,10,[ "0100000000", "1000000000", "0001000000", "0010000000", "0000001000", "8484517000", "0000100000", "0000000100", "3663306010", "1200201001"]); y:=CambridgeMatrix(1,F,10,[ "1000000000", "0010000000", "0000100000", "0000010000", "1220200000", "0000000100", "0000000010", "2002020200", "0000000001", "2000002022"]); G:=MatrixGroup<10,F|x,y>; print "Group G is 2.M22.2 < GL(10,GF(9))";