File: simplecube.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 98 bytes parent folder | download
1
2
3
4
5
6
7
v'=-a*v+ K*(v^2-v^3 -w)
w'=b*(v-c-d*w)
par a=.1,d=.5,c=.2,b=.2
par K=1
@ total=100
init v=.5
done