Lorenz Attractor

The Lorenz equations are the following system of ODE's
x' = 3(y - x)
y' = -xz + 26.5x - y
z' = xy - z
which exhibit chaotic behavior.

The graph shows (x(t), y(t)), the projection of the trajectory into the x,y plane. The color is a function of time.

If you use Java capable browser, such as Netscape 2.0, an animated version of the Lorenz attractor will appear here.


With your browser, only a fixed image can be shown:

The source code is available at http:/www.wam.umd.edu/~petersd/Lorenzt.java
Tobias von Petersdorff , tvp@math.umd.edu
Last modified: Sun Dec 10 20:59:23 EST 1995