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