/* www-ATLAS of Group Representations. L2(17) represented as 9 x 9 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,9,[ "010000000", "100000000", "000010000", "758140000", "001000000", "000000100", "000001000", "000000001", "000000010"]); y:=CambridgeMatrix(1,F,9,[ "001000000", "000100000", "120100000", "102100000", "000001000", "200222000", "000000010", "718852763", "271701053"]); G:=MatrixGroup<9,F|x,y>; print "Group G is L2(17) < GL(9,GF(9))";