File: del_log.ode

package info (click to toggle)
xppaut 5.85-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,552 kB
  • ctags: 7,725
  • sloc: ansic: 80,633; cpp: 965; makefile: 265
file content (9 lines) | stat: -rw-r--r-- 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