File: phs.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 75 bytes parent folder | download
1
2
3
4
5
6
7
x'=1+sin(y-x)
y'=a+sin(x-y)
par a=1
init x=0,y=0
@ total=6.28,dt=.01
done