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