#19438: generators given by as_permutation_group in the wrong order
----------------------------+--------------------------------------
Reporter: pguillot | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-6.10
Component: group theory | Keywords: permutation groups
Merged in: | Authors: Pierre Guillot
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | Dependencies:
Stopgaps: |
----------------------------+--------------------------------------
{{{
sage: MS=MatrixSpace(QQ,2)
sage: A=MS([0,1,1,0])
sage: B=MS.identity_matrix()
sage: G = MatrixGroup([A,B])
sage: G
Matrix group over Rational Field with 2 generators (
[0 1] [1 0]
[1 0], [0 1]
)
sage: P = G.as_permutation_group()
sage: P
Permutation Group with generators [(), (2,3)]
}}}
One can see that the generators of the permutation group do not correspond
to those of the matrix group. They should be given in the very same order.
This is a one-line change.
--
Ticket URL: <http://trac.sagemath.org/ticket/19438>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.