/* www-ATLAS of Group Representations. Sz(8):3 represented as 14 x 14 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,14,[ "00340022000000", "00240014000000", "00010000000000", "00100000000000", "12340022000400", "42413044020430", "43220000000000", "42140000000000", "24032141424020", "32242344001400", "00000000000010", "10224040000000", "00000000001000", "12114110024324"]); y:=CambridgeMatrix(1,F,14,[ "41143311204213", "22304214120424", "44312022012012", "23441434102033", "43243402410422", "01414334243412", "31230343244222", "11041422222243", "22110000142234", "42444214334204", "14402022331031", "14421001440241", "20102204412322", "14304241303240"]); G:=MatrixGroup<14,F|x,y>; print "Group G is Sz(8):3 < GL(14,GF(5))";