/* www-ATLAS of Group Representations. 2.A8 represented as 8 x 8 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,8,[ "43320331", "20000414", "11233042", "43024311", "20214211", "20033334", "21233404", "03340141"]); y:=CambridgeMatrix(1,F,8,[ "21333404", "14123440", "34202402", "31020330", "00000404", "44231234", "00000100", "32040404"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.A8 < GL(8,GF(5))";