/* www-ATLAS of Group Representations. L3(3):2 represented as 6 x 6 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,6,[ "000121", "000102", "000112", "202000", "021000", "222000"]); y:=CambridgeMatrix(1,F,6,[ "000220", "000010", "000021", "001000", "020000", "210000"]); G:=MatrixGroup<6,F|x,y>; print "Group G is L3(3):2 < GL(6,GF(3))";