Lorenz Attractor
Deterministic Chaos
This session explores the Lorenz attractor and how simple ODEs can generate chaotic trajectories.
Case Studies
What do we need?
numpy
Represent the state and integrate with Euler’s method.
matplotlib.pyplot
Plot the 3D trajectory.