/* www-ATLAS of Group Representations. 2.M22 represented as 10 x 10 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,10,[ "2000000000", "0000200000", "2110100000", "0000000200", "0200000000", "1001010100", "0000000002", "0002000000", "1000001011", "0000002000"]); y:=CambridgeMatrix(1,F,10,[ "5546612687", "7263147143", "4483431607", "2628504428", "3758326871", "3216237646", "7326431617", "4210287252", "8214636348", "2212585604"]); G:=MatrixGroup<10,F|x,y>; print "Group G is 2.M22 < GL(10,GF(9))";