File: myret.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 (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# problem from hairer et al
y0'=-y0*delay(y1,1)+delay(y1,10)
y1'=y0*delay(y1,1)-y1
y2'=y1-delay(y1,10)
init y0=5,y1=.1,y2=1
@ delay=20,total=50
done