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