#10446: Schuetzenberger Involution
---------------------------------------------+------------------------------
Reporter: ebeyerstedt | Owner: sage-combinat
Type: task | Status: new
Priority: major | Milestone:
Component: combinatorics | Keywords: schuetzenberger,
involution, words
Author: Erin Beyerstedt, Ilke Canakci | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------------------------+------------------------------
Comment(by aschilling):
This already looks very good!
One suggestion I have is to check whether there is an alphabet associated
to a given word 'self'. In this case it would be better to use the maximum
of the alphabet instead of the maximum of the appearing letters. For
example, if you inputted
sage: w=Word([1,2,3],alphabet=[1,2,3,4,5])
sage: w.alphabet()
Ordered Alphabet [1, 2, 3, 4, 5]
then you would like the Schuetzenberger involution to return the word
345 instead of 123.
Anne
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10446#comment:2>
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.