#17007: PermutationGroup.minimal_generating_set (from GAP)
-------------------------+-------------------------------------------------
Reporter: | Owner:
ncohen | Status: needs_work
Type: | Milestone: sage-6.4
enhancement | Resolution:
Priority: major | Merged in:
Component: group | Reviewers:
theory | Work issues:
Keywords: | Commit:
Authors: | 7b2f2817ac482a477d436ad98728a09e6faca81a
Nathann Cohen | Stopgaps:
Report Upstream: N/A |
Branch: |
u/ncohen/17007 |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by ncohen):
Well perhaps, but is miserably fails when the group is not defined over
integers.
{{{
sage: g=PermutationGroup(["(1,2,3)(4,5,6)","(1,2,3,4,5,6)"])
sage:
sage.groups.perm_gps.permgroup.from_gap_list(g,str(g._gap_().MinimalGeneratingSet()))
[(2,5)(3,6), (1,5,3,4,2,6)]
sage: g=PermutationGroup([('a','b','c')])
sage:
sage.groups.perm_gps.permgroup.from_gap_list(g,str(g._gap_().MinimalGeneratingSet()))
...
ValueError: Invalid permutation vector: (1,2,3)
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/17007#comment:4>
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.