# logistic equation x'=r*x*(1-x) # parameter par r=2.5 # initial condition init x=.2 # tell XPP it is a discrete equation @ meth=discrete # tell it to use 200 points @ total=200 done