Tiny example
Repeat a rule
Start with 2. Multiply by 2 and add 1 each time.
2 -> 5 -> 11 -> 23 -> 47. The rule is simple, but the behaviour grows quickly.
Repeating a rule and watching what happens next.
Iteration means taking an output and feeding it back into the same rule. It is the engine behind many patterns, simulations and fractals.
Tiny example
Start with 2. Multiply by 2 and add 1 each time.
2 -> 5 -> 11 -> 23 -> 47. The rule is simple, but the behaviour grows quickly.
Why it matters
Once a rule is repeated, small choices can become large patterns. This is why iteration belongs to fractals, sequences, simulations and feedback systems.
Zoom into fractal boundaries created by repeated complex iteration.
ExplorationIterate a simple recurrence and explore fixed points, cycles and chaos.
ExplorationExplore how simple local rules create order, randomness and emergent patterns.
Exploration