# logisticmap.ode # the classic logistic map x(t+1)=a*x*(1-x) par a=2.8 init x=.64285 @ total=200,meth=disc done