Fractal Lab

Iterated function systems

Vicsek fractal

Hungarian physicist Tamás Vicsek studied this fractal in the 1980s in the context of percolation, aggregation, and gel formation. Take a 3 × 3 grid; keep the center and the four edge-center sub-squares (forming a plus sign), or the center and four corners (the saltire variant). Recurse.

Vicsek fractal generated by chaos game on the five-map IFS (plus-sign variant).

At a glance

DesignerTamás Vicsek, 1980s
Hausdorff dimensionlog3(5) ≈ 1.465
Self-similar copies5 copies at scale 1/3
VariantsPlus-sign (4 edge-centers + center) / saltire (4 corners + center)

Construction

  1. Subdivide the unit square into a 3 × 3 grid.
  2. Keep the center sub-square and either the four edge-centers (plus) or four corners (saltire).
  3. Recurse on each of the five surviving sub-squares.

Applications

References

Try it

Run an interactive playground at /tools/sierpinski-carpet.

Test Your Knowledge

Quick MCQ check on this topic (5 questions)

Start Quiz →

AI Summary

Summarize this page in your favorite LLM