1 | initial version |
In ticket #10335, there is a patch which will allow one to specify the domain of the permutation group (and hence its cardinality). For example, you'll be able to do something like
sage: P = PermutationGroup([[(1,2)], [(1,3),(2,4)]], domain=[1,2,3,4,5])
sage: P.degree()
5
where as now in Sage you would get 4
for the degree. This will also be passed on to Magma. I'm hoping that this will be in the next release of Sage.
2 | ticket autolink |
In ticket #10335, 10335, there is a patch which will allow one to specify the domain of the permutation group (and hence its cardinality). For example, you'll be able to do something like
sage: P = PermutationGroup([[(1,2)], [(1,3),(2,4)]], domain=[1,2,3,4,5])
sage: P.degree()
5
where as now in Sage you would get 4
for the degree. This will also be passed on to Magma. I'm hoping that this will be in the next release of Sage.