RosettaCodeData/Task/Pythagoras-tree/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 lines
456 B
Text

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>