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.

Quick quiz

Test yourself on vicsek-fractal

5 multiple-choice questions. Pick an answer for each, then submit to see explanations.

  1. Q1.The Vicsek fractal is built by subdividing a square into a 3×3 grid and keeping which squares?

  2. Q2.Hausdorff dimension of the Vicsek fractal is:

  3. Q3.Named after which physicist?

  4. Q4.An alternative form keeps the 4 corners and center; this is the 'saltire' Vicsek and has dimension:

  5. Q5.Vicsek's fractal appears in studies of:

0 of 5 answered