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)
These equations are integrated using a fourth order Runge Kutta method for the parameter values: a = b = 0.2, c = 4.7.

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.


Up: Patrick's applets page
Last modified: Fri Dec 8 18:16:01 CST 1995 / worfolk@geom.umn.edu