/* www-ATLAS of Group Representations. Sz(32) represented as 4 x 4 matrices over GF(32). */ F:=GF(32); x:=CambridgeMatrix(3,F,4,\[ 8,17,18,11, 27,8,20,31, 10,3,21,16, 9,24,11,21]); y:=CambridgeMatrix(3,F,4,\[ 24,12,24,13, 12,17,11,17, 0,3,6,22, 19,0,12,15]); G:=MatrixGroup<4,F|x,y>; print "Group G is Sz(32) < GL(4,GF(32))";