← Portfolio Lorenz Attractor 940 x 250
3D Rotation
Scale & Position
Particles & Container

Lorenz System (1963)

dx/dt = σ(y - x)
dy/dt = x(ρ - z) - y
dz/dt = xy - βz
σ = 10 (Prandtl number)
ρ = 28 (Rayleigh number)
β = 8/3 (geometry ratio)
dt = 0.005 (integration step)

Why this equation

Deterministic chaos. The system is fully determined. No randomness in the equations. Yet two particles starting 0.001 apart will diverge into completely different orbits. Lorenz called it "sensitive dependence on initial conditions." Everyone else calls it the butterfly effect.

Hidden structure in apparent disorder. The trajectories look chaotic but they never leave the attractor. There is a shape underneath. An orbit that the system circles forever without repeating. Eccentric on the surface, governed by deep patterns underneath.

That duality resonates. I build systems that navigate between structure and unpredictability: adversarial agents that discover deception, translation models that find what language distorts, historical datasets where the rules change by era.