#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, Stepan Starosta, Franco Saliola
| Upstream: N/A
Reviewer:
| Merged:
Work_issues:
|
--------------------------------------------------------------------------------+
Comment(by slabbe):
The method `__call__` of E1Star should pass the possible kwds to
`apply_substitution method` :
{{{
def __call__(self, patch, **kwds):
r"""
EXAMPLES:
sage: p = Patch([Face((0,0,0),t) for t in [1,2,3]])
sage: sigma = WordMorphism('1->12,2->13,3->1')
sage: E = E1Star(sigma)
sage: E(p)
Patch: [[(1, 0, -1), 1]*, [(0, 1, -1), 2]*, [(0, 0, 0), 3]*,
[(0, 0, 0), 1]*, [(0, 0, 0), 2]*]
"""
patch = Patch(patch)
patch.apply_substitution(self, **kwds)
return patch
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8431#comment:10>
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.