Fibonacci word/fractal: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: added/changed comments and whitespace, used a template for the output section, provided a mechanism for not displaying the graph to the terminal, split compound statements, optimized the inner DO loop for the output.)
(added two notes (warnings) that clicking on the mention (or inferred) website leaves a cookie.)
Line 3: Line 3:


The [[Fibonacci word]] may be represented as a fractal as described [http://hal.archives-ouvertes.fr/docs/00/36/79/72/PDF/The_Fibonacci_word_fractal.pdf here]:
The [[Fibonacci word]] may be represented as a fractal as described [http://hal.archives-ouvertes.fr/docs/00/36/79/72/PDF/The_Fibonacci_word_fractal.pdf here]:
<br><br><small>(Clicking on the above website &nbsp;</small> (hal.archives-ouvertes.fr) <small> &nbsp; will leave a cookie.)</small>




:For F_word<sub>m</sub> start with F_wordChar<sub>n=1</sub>
:For F_word<sub>m</sub> start with F_wordChar<sub>n=1</sub>
Line 15: Line 18:
;Task:
;Task:
Create and display a fractal similar to [http://hal.archives-ouvertes.fr/docs/00/36/79/72/PDF/The_Fibonacci_word_fractal.pdf Fig 1].
Create and display a fractal similar to [http://hal.archives-ouvertes.fr/docs/00/36/79/72/PDF/The_Fibonacci_word_fractal.pdf Fig 1].
<br><br><small>(Clicking on the above website &nbsp;</small> (hal.archives-ouvertes.fr) <small> &nbsp; will leave a cookie.)</small>
<br><br>
<br><br>