Tap to zoomStrange Attractor
dx/dt = σ(y-x), dy/dt = x(ρ-z)-y, dz/dt = xy-βz
The Lorenz attractor — deterministic chaos that never repeats but always stays on the same manifold.
Infinite complexity within a bounded space
Part of: WONDER
Digital Download
High-resolution PDF, 300 DPI, print-ready
$22Purchase
More from WONDER

Apollonian Gasket
(k₁+k₂+k₃+k₄)² = 2(k₁²+k₂²+k₃²+k₄²)

Harmonograph
x = A₁sin(f₁t+φ₁)e^{-d₁t} + A₂sin(f₂t+φ₂)e^{-d₂t}

Mandelbrot Orbit
z_{n+1} = z_n² + c

Recursion
f(n) = f(f(n-1))