n | Onset | Bifurcation |
---|---|---|
1 | eq. | eq. |
2 | eq. | eq. |
3 | eq. | eq. |
4 | eq. | eq. |
5 | eq. | eq. |
6 | eq. | eq. |
7 | eq. | eq. |
8 | eq. | eq. |
Program | Description |
---|---|
hen.ma |
A self-contained Mathematica script that computes
the onset and bifurcation polynomials of the parameters
a
and
b
for the
n-cycles.
For the onset polynomial of the 6-cycles, type
math < hen.ma 6 a
The output would be
ab6a.txt.
For the bifurcation polynomial of the 5-cycles, type
math < hen.ma 5 b
The output would be
ab5b.txt.
|
mkinterp.py | A Python script that generates a Mathematica script, which computes the polynomial from interpolating the list of values. This is used in parallel runs, see here for details. |
Last updated on April 2nd, 2014.