/* www-ATLAS of Group Representations. L3(3):2 represented as 7 x 7 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,7,[ "1000000", "0020000", "0200000", "0000200", "0002000", "0000002", "0000020"]); y:=CambridgeMatrix(1,F,7,[ "0200000", "1000000", "0002000", "0000020", "2200200", "0021020", "0000002"]); G:=MatrixGroup<7,F|x,y>; print "Group G is L3(3):2 < GL(7,GF(3))";