File: nf3.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 (17 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# simple normal form for triple zero eigenvalue
# equivalent to the Rossler attractor
# this file illustrates how to compute a bifurcation diagram
# as c varies in -silent mode
# xppaut -silent nf3.ode  
# plot, eg col 3 vs col 5
x'=y
y'=z
z'=-a*z-b*y-c*x-x^2
c'=0
init x=.5,c=2.2
@ total=1200,meth=euler,trans=1000
@ poimap=section,poivar=x,poisgn=1,poipln=0
@ range=1,rangeover=c,rangestep=200,rangelow=2.88
@ rangehigh=2.96,rangereset=no,rangeoldic=yes
par a=1,b=2
d