RosettaCodeData/Task/Pythagoras-tree/00-TASK.txt

10 lines
456 B
Plaintext

The [[wp:Pythagoras_tree_%28fractal%29|Pythagoras tree]] is a fractal tree constructed from squares. It is named after Pythagoras because each triple of touching squares encloses a right triangle, in a configuration traditionally used to represent the Pythagorean theorem.
<br><br>
;Task
Construct a Pythagoras tree of order 7 using only vectors (no rotation or trigonometric functions).
<br><br>
;Related tasks
* [[Fractal_tree|Fractal tree]]
<br><br>