The
original sextic-solving algorithm in which this work culminates runs as a
Mathematica notebook. There's a
notebook for each type of
algorithm.
- SexticSolve1Param.nb and
SexticSolve2Param.nb---commented Mathematica notebooks
that
solve 1- and 2-parameter families of sextics
The files used
by the algorithms in the notebooks are:
- Defns.txt---various definitions and functions
- ThetaBarV.txt---active ingredient in 1-parameter
root-selector function
- GammaBarY.txt---active ingredient in 2-parameter
root-selector function
- h19V.txt---the special degree 19 map parametrized by
V
- FtauInY.txt---the sixth deree invariant parametrized by
Y
- Iter.txt---iteration definitions
They're compressed as sextic.zip (170 KB).
The files for the new procedure using the degree-31 map's dynamics are compressed as sextic_solve_new.zip (1 MB).
Save and unzip the archive; then alter the first cell of the
notebooks to agree with your directory structure.