File: transient.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 (8 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
# a problem with cool transients
x'=-x-5*y-z*y
y'=-y-85*x-x*z
z'=z/2+x*y+1
init x=8,y=2,z=1
@ dt=.002,total=20,bound=1000,maxstor=12000,meth=qualrk
@ xp=x,yp=z,xlo=-125,xhi=125,ylo=-125,yhi=10
done