#10335: Add domains for permutation groups
-----------------------------+----------------------------------------------
Reporter: mhansen | Owner: joyner
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: group theory | Keywords:
Author: Mike Hansen | Upstream: N/A
Reviewer: Robert Miller | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Old description:
> Often, one wants to define a permutation group on a set other than {{{
> {1,2,...,n} }}} such as say {{{ {'a', 'b', 'c', 'd'} }}}.
>
> For example,
>
> {{{
> sage: G = PermutationGroup([ [('c','d')], [('a','c')] ])
> sage: G.orbit('a')
> ['a', 'c', 'd']
> }}}
>
> Depends on #8359 and #10334.
New description:
Often, one wants to define a permutation group on a set other than {{{
{1,2,...,n} }}} such as say {{{ {'a', 'b', 'c', 'd'} }}}.
For example,
{{{
sage: G = PermutationGroup([ [('c','d')], [('a','c')] ])
sage: G.orbit('a')
['a', 'c', 'd']
}}}
Depends on #10334.
--
Comment(by mhansen):
I've fixed the issue along with updating the patch at #8359.
Only apply: trac_10335-permgroup_domain-mh.patch
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10335#comment:8>
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.