Lévy C Curve
Visualization
AIFS program
@
$dim=2
s=$companion([1,0])
g=s+1
A=(s*g^-1|g^-1*[0,1])*A
Overview
The Lévy C curve (also called the Lévy dragon) was studied by French mathematician Paul Lévy in 1938. It is a self-similar curve with the remarkable property that multiple copies of itself tile the plane without overlap. Its name comes from its resemblance to the letter C at every level of magnification.
Definition
The IFS lives in (the Gaussian integers). The companion matrix
(defined as $companion([1,0]) in AIFS) satisfies , so .
The expansion has , so contracts by .
| Map | AIFS | Complex form | Effect |
|---|---|---|---|
s*g^-1 | rotate , scale , no translation | ||
g^-1*[0,1] | rotate , scale , translate |
The translation arises as — an integer input vector producing an exact rational output with no floating-point approximation.
Properties
- Fractal dimension: (the attractor has positive area)
- Tiling: Four copies of the curve tile a square
- Number of transforms: 2
- Self-similarity: Each half of the curve is a scaled rotated copy of the whole
Related
All four of the following IFS share the same algebraic skeleton — two maps contracting by over with expansion — differing only in the power of for the second map and the choice of translations:
| IFS | Second map rotation | Translation |
|---|---|---|
| Lévy C Curve | (g^-1) | and |
| Pythagoras Tree | (g^-1) | and |
| Heighway Dragon | (s^2*g^-1) | and |
| Twin Dragon | (s^3*g^-1) | and |
References
- Lévy, P. (1938). Les courbes planes ou gauches et les surfaces composées de parties semblables au tout. J. École Polytechnique.
- Lévy C curve — Wikipedia
- Riddle, L. Classic IFS — Lévy Dragon. Agnes Scott College.
- Hinsley, S. R. Self-Similar Tiles — Quadratic Pletals (Gaussian integer Z[i] family).