IFS Encyclopedia

Sierpiński Triangle

Fractal dimension: log(3)/log(2) ≈ 1.585

Visualization

Open in IFStile ↗
AIFS program
@
$dim=2
f1=[0.5,0,0,0.5]
f2=[0.5,0]*[0.5,0,0,0.5]
f3=[0.25,0.5]*[0.5,0,0,0.5]
S=(f1|f2|f3)*S

Overview

The Sierpiński Triangle (also called the Sierpiński gasket) is one of the most recognizable fractals in mathematics. Named after Polish mathematician Wacław Sierpiński, who described it in 1915, it is constructed by recursively removing the central triangle from an equilateral triangle.

As an IFS, the Sierpiński Triangle is the attractor of three affine contractions, each scaling by 1/2 toward one of the three vertices of an equilateral triangle.

Definition

The Sierpiński Triangle is the attractor of three affine maps (each a scaling by 1/2):

Transformation 1 — Bottom-left vertex

f1(x,y)=(0.5000.5)(xy)f_1(x,y) = \begin{pmatrix}0.5 & 0\\0 & 0.5\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}

Transformation 2 — Bottom-right vertex

f2(x,y)=(0.5000.5)(xy)+(0.50)f_2(x,y) = \begin{pmatrix}0.5 & 0\\0 & 0.5\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix} + \begin{pmatrix}0.5\\0\end{pmatrix}

Transformation 3 — Top vertex

f3(x,y)=(0.5000.5)(xy)+(0.250.5)f_3(x,y) = \begin{pmatrix}0.5 & 0\\0 & 0.5\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix} + \begin{pmatrix}0.25\\0.5\end{pmatrix}

Properties

The Hausdorff dimension is:

d=log3log21.585d = \frac{\log 3}{\log 2} \approx 1.585

References

Similar

Cantor Dust
planeself-similaralgebraicclassic
Koch Curve
planeself-similarcurveclassic
Koch Snowflake
planeself-similaralgebraicclassic
Edit this page on GitHub ↗