#12512: fixed point and periodic point of word morphism
-----------------------------+----------------------------------------------
Reporter: vdelecroix | Owner: vdelecroix
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-5.0
Component: combinatorics | Keywords: word morphism
Work_issues: | Upstream: N/A
Reviewer: | Author: vdelecroix
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Changes (by tjolivet):
* status: needs_review => positive_review
Comment:
Hi,
The patch applies well, the doc builds fine, the tests pass and the
previous comments have been taken into account.
This is a very nice and useful patch, thank you.
You could add an example of a morphism without fixed points but with
periodic points, for example:
{{{
sage: f = WordMorphism('a->b,b->c,c->ab')
sage: f.fixed_points()
[]
sage: f.periodic_points()
[[word: abbcbccabbccabcababbcbccabcababbccababbc..., word:
bccabcababbccababbcabbcbccabcababbcabbcb..., word:
cababbcabbcbccababbcbccabbccabcababbcabb...]]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12512#comment:4>
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.