File: borcol.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 (11 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# Borelli and Coleman wine glass
x1'=-.002*x1
x2'=.002*x1-.08*x2-x2*x3^2
x3'=.08*x2-x3+x2*x3^2
x4'=x3
init x1=500
aux sx4=x4/200
@ bound=1000,total=450,maxstor=10000
@ axes=3,xp=sx4,yp=x2,zp=x3,xmin=0,xmax=1.6,ymax=3.2,ymin=0,zmax=3,zmin=0
@ xlo=-1.45,xhi=1.45,ylo=-1.75,yhi=1.75
done