/* www-ATLAS of Group Representations. 2.Sz(8) represented as 8 x 8 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,8,[ "11320431", "12343101", "33044424", "24423041", "03431314", "41403231", "30241344", "11414143"]); y:=CambridgeMatrix(1,F,8,[ "23142110", "11023244", "41414124", "04313143", "24230414", "13431012", "42301244", "30444243"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.Sz(8) < GL(8,GF(5))";