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