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