Fibonacci word/fractal

From Rosetta Code
Revision as of 11:52, 15 July 2013 by Nigel Galloway (talk | contribs) (Created page with "{{draft task}} The Fibonacci word may be represented as a fratal as described [http://hal.archives-ouvertes.fr/docs/00/36/79/72/PDF/The_Fibonacci_word_fractal.pdf here]: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Fibonacci word/fractal is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

The Fibonacci word may be represented as a fratal as described here:

For F_word37 start with F_wordCharn=1
Draw a segment forward
If current F_wordChar is 0
Turn left if n is even
Turn right if n is odd
next n and iterate until end of F_word

For this task create and display a fractal similar to Fig 1.