/* www-ATLAS of Group Representations. Sz(8) represented as 14 x 14 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,14,[ "01000000000000", "10000000000000", "00001000000000", "00000010000000", "00100000000000", "00000000010000", "00010000000000", "00000000000100", "00000000000010", "00000100000000", "33303101014100", "00000001000000", "00000000100000", "44424224320434"]); y:=CambridgeMatrix(1,F,14,[ "00100000000000", "00010000000000", "00000100000000", "00000001000000", "00000000100000", "02211104200000", "00000000001000", "40014100100000", "04444400400000", "22111333011100", "00000000000001", "22004221413004", "22444011400031", "42012424313202"]); G:=MatrixGroup<14,F|x,y>; print "Group G is Sz(8) < GL(14,GF(5))";