File: geisel.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 (10 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
# an example due to Geisel with 1/f spectral properties
par a=1.5,b=.5
x'=u
y'=v
u'=(a+b*cos(y))*sin(x)
v'=(a+b*cos(x))*sin(y)
init x=-30,y=-50,u=1,v=.5
@ total=8000,dt=.25,maxstor=100000,bound=100000,meth=qualrk
done