The Rossler Equations
This is a numerical simulation of the Rossler equations. These are a system of first order differential equations given by:
dx/dt = - (y+z)
dy/dt = x + a y
dz/dt = b + z(x-c)
To restart the numerical integration of this system at time 0, click inside one of the graphical display windows. To pause/unpause a computation press the space bar while the mouse pointer is over the applet. Hit (almost) any other key to clear the drawing window.