/* www-ATLAS of Group Representations. A6 represented as 10 x 10 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,10,[ "0100000000", "1000000000", "0001000000", "0010000000", "0000001000", "0000000100", "0000100000", "0000010000", "3300303040", "3344010104"]); y:=CambridgeMatrix(1,F,10,[ "4300000000", "0010000000", "0000100000", "0000010000", "0140100000", "0000000010", "0000000001", "2111024000", "2204420302", "3124304040"]); G:=MatrixGroup<10,F|x,y>; print "Group G is A6 < GL(10,GF(5))";