/* www-ATLAS of Group Representations. L2(49) represented as 3 x 3 matrices over GF(49). */ F:=GF(49); x:=CambridgeMatrix(3,F,3,\[ 6,0,0, 0,6,0, 19,19,1]); y:=CambridgeMatrix(3,F,3,\[ 0,1,0, 0,0,1, 1,0,0]); G:=MatrixGroup<3,F|x,y>; print "Group G is L2(49) < GL(3,GF(49))";