ALEA::ROSSLER
Arguments: xinit yinit zinit a b c dt pas [generic-function]
The Rossler equation system is an artificial system which was created solely to be a simple model for studying a strange attractor. The following are the systems equations :
- xinit, yinit and zinit are the initial coordinates; - pas is the number of iterations, or generated points; - a, b and c are the system parameters; - dt is a value of time for the numerical integration in the equations. The [[first]] output (the left one) returns a [[list]] of coordinates in tree dimensions ((xinit yinit zinit) (x0 y0 z0) (x1 x2 x3) ... (xn yn zn)) The [[second]] output returns a x values list, the [[third]] input returns a y values list and the fourth output returns a z values list Voir Otto E. Rossler, AN EQUATION FOR CONTINOUS CHAOS, in Phys. Lett 57A (1976) pp 397-398.