/* www-ATLAS of Group Representations. 3.L3(7) represented as 3 x 3 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,3,[ "543", "633", "515"]); y:=CambridgeMatrix(1,F,3,[ "045", "120", "415"]); G:=MatrixGroup<3,F|x,y>; print "Group G is 3.L3(7) < GL(3,GF(7))";