/* www-ATLAS of Group Representations. 2.A10 represented as 8 x 8 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,8,[ "01000000", "44000000", "00001000", "00000010", "00404000", "11021333", "00040040", "42204431"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "00010000", "00000100", "00000001", "10222131", "11334344", "21303203", "00000022"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.A10 < GL(8,GF(5))";