IFS Encyclopedia

Danzer's 7-Fold Tiling

Fractal dimension: 2

Visualization

Open in IFStile ↗
AIFS program
@
$dim=6
$subspace=[s,0]
g=1+s^2-s^5
s=$companion([1,-1,1,-1,1,-1])
r=$exchange()
h0=1*[0,0,0,0,0,0]
h1=1*[1,0,1,0,0,-1]
h2=r*s^4*[1,0,0,0,0,0]
h3=s^6*[-1,0,-2,0,-1,1]
h4=s^10*[-1,0,0,1,0,1]
h5=1*[1,0,0,0,0,0]
h6=s^5*[0,-1,-1,-1,0,0]
h7=s^9*[0,0,-1,0,0,1]
h8=s^13*[0,1,0,0,0,1]
h9=s^6*[0,-1,-1,0,0,0]
h10=s*[1,-1,1,0,1,-1]
h11=r*s^4*[0,0,0,0,0,0]
h12=1*[1,0,0,0,0,0]
h13=s^4*[0,-1,0,-1,0,-1]
$root=A0
A0=g^-1*h0*A0|g^-1*h1*A0|g^-1*h2*A1|g^-1*h3*A1|g^-1*h4*A2
A1=g^-1*h5*A0|g^-1*h6*A0|g^-1*h7*A1|g^-1*h8*A1|g^-1*h9*A1|g^-1*h10*A2
A2=g^-1*h11*A0|g^-1*h12*A1|g^-1*h13*A2

Overview

Danzer’s 7-fold tiling is an aperiodic substitution tiling with 7-fold rotational symmetry, discovered by Ludwig Danzer. It uses three triangular prototile types with angles that are multiples of π/7\pi/7:

The four edge lengths are sin(π/7)\sin(\pi/7), sin(2π/7)\sin(2\pi/7), sin(3π/7)\sin(3\pi/7), and sin(2π/7)+sin(3π/7)\sin(2\pi/7)+\sin(3\pi/7). Simple local matching rules exist for the tiling.

Algebraic Structure

The 7-fold structure lives in the 14th cyclotomic field Q(e2πi/7)\mathbb{Q}(e^{2\pi i/7}). The companion ss (AIFS: $companion([1,-1,1,-1,1,-1])) satisfies x6x5+x4x3+x2x+1=(x7+1)/(x+1)=0x^6 - x^5 + x^4 - x^3 + x^2 - x + 1 = (x^7+1)/(x+1) = 0, so s=e2πi/7s = e^{2\pi i/7} (primitive 7th root of unity). The dim=6\dim=6 rational space reflects the degree-6 cyclotomic polynomial.

The expansion is g=1+s2s5g = 1+s^2-s^5, which on the eigenplane of e2πi/7e^{2\pi i/7} gives the 7-fold inflation factor.

The GIFS equations:

A0=g1(h0h1)(A0)g1(h2h3)(A1)g1h4(A2)A_0 = g^{-1}(h_0 \cup h_1)(A_0) \cup g^{-1}(h_2 \cup h_3)(A_1) \cup g^{-1} h_4(A_2) A1=g1(h5h6)(A0)g1(h7h8h9)(A1)g1h10(A2)A_1 = g^{-1}(h_5 \cup h_6)(A_0) \cup g^{-1}(h_7 \cup h_8 \cup h_9)(A_1) \cup g^{-1} h_{10}(A_2) A2=g1h11(A0)g1h12(A1)g1h13(A2)A_2 = g^{-1} h_{11}(A_0) \cup g^{-1} h_{12}(A_1) \cup g^{-1} h_{13}(A_2)
Open in IFStile ↗
Variant 2 — tile A0A_0
Open in IFStile ↗
Variant 2 — tile A1A_1
Open in IFStile ↗
Variant 2 — tile A2A_2

Variant 1

A second variant uses slightly different maps h0,h2,h4,h11h_0, h_2, h_4, h_{11} while keeping the same GIFS dependency structure.

Open in IFStile ↗
Variant 1 — tile A0A_0

References

Similar

Ammann–Beenker Dual
planeself-similaraperiodic-tilingquasicrystalalgebraic
CAP (Hat Monotile)
planeself-similaraperiodic-tilingquasicrystalalgebraic
Cells Tiling
planeself-similaraperiodic-tilingquasicrystalalgebraic
Edit this page on GitHub ↗