#8431: Substitutions over unit cube faces (Rauzy fractals)
--------------------------------------------------------------------------------+
Reporter: vdelecroix
| Owner: tjolivet
Type: task
| Status: needs_work
Priority: major
| Milestone: sage-4.6
Component: combinatorics
| Keywords: word morphism unit face generalized substitution rauzy fractal
Author: Vincent Delecroix, Timo Jolivet, Franco Saliola, Stepan Starosta
| Upstream: N/A
Reviewer:
| Merged:
Work_issues:
|
--------------------------------------------------------------------------------+
Comment(by slabbe):
So, now, I can say that I give a positive review to this ticket if the
following 5 lines of `E1Star.__init__` are removed.
{{{
# changing the alphabet of sigma to [1, ..., d]
A = sigma.domain().alphabet()
change_alphabet = WordMorphism(dict([(A[i], [Integer(i+1)]) for i
in range(len(A))]))
D = dict([(change_alphabet(a)[0], list(change_alphabet(sigma(a))))
for a in A])
sigma = WordMorphism(D)
}}}
Of course, my two patches also have to get a positive review by Timo or
Alexandre (preferably both) before the ticket be ready to be merged into
Sage.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8431#comment:30>
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.