Lindenmayer System

The L-system (Lindenmayer system) is a formal grammar used to model biological growth and generate complex structures like fractals. It includes an alphabet of symbols, an initial axiom, and rewriting rules that transform symbols into sequences at each step. As a parallel rewriting system, it processes all symbols simultaneously, making it ideal for modeling branching and recursive patterns.

G=(V,ω,P)

Create a Pythagorean tree!

Description for generation

Here you can generate your own Pythagorean tree. How it works is described below. In the meantime, let's focus on the parameters:

  • Iterations — the number of iterations (or steps) in the tree generation process.
  • Stem Length — the length of the main stem (or segment) of the tree.
  • Joint Angle — the angle between the branches of the tree.
12
10
16