/* www-ATLAS of Group Representations. A6 represented as 3 x 3 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,3,[ "200", "001", "010"]); y:=CambridgeMatrix(1,F,3,[ "010", "200", "331"]); G:=MatrixGroup<3,F|x,y>; print "Group G is A6 < GL(3,GF(9))";