/* www-ATLAS of Group Representations. U3(3):2 represented as 7 x 7 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,7,[ "2000000", "0010000", "0100000", "0000100", "0001000", "0000001", "0000010"]); y:=CambridgeMatrix(1,F,7,[ "0100000", "2000000", "0001000", "0000010", "0200100", "0012010", "0000001"]); G:=MatrixGroup<7,F|x,y>; print "Group G is U3(3):2 < GL(7,GF(3))";