# rossler attractor x'=-y-z y'=x+a*y z'=b*x-c*z+x*z init x=0,y=-4.3,z=-.054 par a=.36,b=.4,c=4.5 @ total=200,dt=.1 done