# Logistic equation
#
x'=a*x*(1-x)
par a=1
init x=0.25
@ meth=discrete, total=200
done