/* www-ATLAS of Group Representations. A10 represented as 9 x 9 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,9,[ "010000000", "000100000", "211000000", "100000000", "210010000", "200101000", "020100100", "120000010", "100200001"]); y:=CambridgeMatrix(1,F,9,[ "001000000", "201100000", "000010000", "122220000", "000001000", "000000100", "000000010", "000000001", "102001201"]); G:=MatrixGroup<9,F|x,y>; print "Group G is A10 < GL(9,GF(3))";