/* www-ATLAS of Group Representations. 2.L2(13) represented as 6 x 6 matrices over GF(49). */ F:=GF(49); x:=CambridgeMatrix(3,F,6,\[ 0,1,0,0,0,0, 6,0,0,0,0,0, 0,0,0,0,1,0, 0,0,0,0,0,1, 0,0,6,0,0,0, 0,0,0,6,0,0]); y:=CambridgeMatrix(3,F,6,\[ 0,0,1,0,0,0, 0,0,0,1,0,0, 6,3,2,4,0,0, 6,2,1,6,0,0, 8,46,13,48,22,45, 39,30,44,23,44,33]); G:=MatrixGroup<6,F|x,y>; print "Group G is 2.L2(13) < GL(6,GF(49))";