/* www-ATLAS of Group Representations. 6.A6 represented as 6 x 6 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,6,[ "010000", "200000", "000100", "002000", "000001", "000020"]); y:=CambridgeMatrix(1,F,6,[ "300000", "550000", "007000", "126600", "000030", "240155"]); G:=MatrixGroup<6,F|x,y>; print "Group G is 6.A6 < GL(6,GF(9))";