IFS Encyclopedia

Octagonal Tiling (1225)

Fractal dimension: 2

Visualization

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

Overview

The Octagonal 1225 tiling is an aperiodic 2-prototile tiling with 8-fold rotational symmetry. It shares the same algebraic framework as the Ammann–Beenker and Labyrinth tilings — all three use the 4D rational space with s4=1s^4 = -1 and expansion by the silver ratio g=1+ss3g = 1+s-s^3.

With only two prototile types (A0A_0 and A1A_1) and 10 affine maps, it is the most compact member of the 8-fold family in this file.

Algebraic Structure

The companion ss (AIFS: $companion([1,0,0,0])) satisfies s4+1=0s^4+1=0 (rotation by 45°45°). The silver-ratio expansion g=1+ss3g = 1+s-s^3 contracts by 1/(1+2)1/(1+\sqrt{2}) on the eigenplane of eiπ/4e^{i\pi/4}.

The GIFS has two tile types: A0A_0 (the larger tile, 7 maps) and A1A_1 (the smaller tile, 3 maps):

A0=g1(h3h4)(A1)g1(h5h6h7h8h9)(A0)A_0 = g^{-1}(h_3 \cup h_4)(A_1) \cup g^{-1}(h_5 \cup h_6 \cup h_7 \cup h_8 \cup h_9)(A_0) A1=g1h0(A1)g1(h1h2)(A0)A_1 = g^{-1} h_0(A_1) \cup g^{-1}(h_1 \cup h_2)(A_0)
Open in IFStile ↗
Tile A0A_0
Open in IFStile ↗
Tile A1A_1

References

Similar

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