#8030: Strong generating system work only for transitive group
----------------------------+-----------------------------------------------
Reporter: nborie | Owner: joyner
Type: defect | Status: new
Priority: critical | Milestone:
Component: group_theory | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
My fault from #6647
The method from Gap work only for transitive group.
{{{
sage: G = PermutationGroup([[(3,4)]])
sage: G.strong_generating_system()
[[()], [()], [()], [()]]
sage: G.strong_generating_system(base_of_group=[3,1,2,4])
[[(), (3,4)], [()], [()], [()]]
}}}
If the first position is not moved by the permutation Group. Errors
appears...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8030>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.