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.

;Task Construct a Pythagoras tree of order 7 using only vectors (no rotation or trigonometric functions).

;Related tasks * [[Fractal_tree|Fractal tree]]