File: vtst.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 (10 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
# this solves a continuous functional iteration problem
# in the Volterra solver, change MaxPoints to 10 to get fast performance 
#
# fool XPP
z=int{0#u}
#
volt u=1.5*sin(t)+.5*delay(u,pi)
aux ut=sin(t)
@ delay=4,total=80
done