File: dde.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 (7 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
f(x)=tanh(x)
x'=-x+f(a*x-b*delay(x,tau)-c)
par tau=5,a=5,b=5,c=0
init x=.5
@ delay=10
@ total=50
done