File: del_log.ode

package info (click to toggle)
xppaut 8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,332 kB
  • sloc: ansic: 74,690; makefile: 127; sh: 92
file content (9 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
# delayed logistic map
x'=y
y'=a*y*(1-x)
par a=2.2
init x=.2,y=.2
# set method to discrete
@ total=100,meth=discrete
@ ylo=-.1,yhi=1,xhi=100
done