/* www-ATLAS of Group Representations. U3(3):2 represented as 6 x 6 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,6,[ "220000", "010000", "022000", "001112", "222010", "212022"]); y:=CambridgeMatrix(1,F,6,[ "120202", "111211", "002011", "011220", "201200", "000020"]); G:=MatrixGroup<6,F|x,y>; print "Group G is U3(3):2 < GL(6,GF(3))";