#8140: words.CharacteristicSturmianWord does not do what it says
-----------------------------+----------------------------------------------
Reporter: slabbe | Owner: sage-combinat
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.2
Component: combinatorics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
The doc of `words.CharacteristicSturmianWord` says :
{{{
INPUT:
- ``cf`` - an iterator outputting integers (thought of as a
continued fraction)
}}}
But it does not do what it says. In fact the following
{{{
sage: cf = CFF(1/golden_ratio^2)
sage: words.CharacteristicSturmianWord(cf)
word: 0010001001000100010010001001000100010010...
}}}
should output the same as
{{{
sage: words.FibonacciWord()
word: 0100101001001010010100100101001001010010...
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8140>
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.