completely solving the quintic by iteration
files
comments
the quintic-solving algorithm runs in a Mathematica notebook

quintic_solve_algrm_web.nb
implements the procedure developed in the article

code should run cell-by-cell as you will likely have to execute the iteration step several times
data read by the notebook are in a text file

quintic_solve_comp_algrm_read.txt
definitions and expressions discussed in the paper
the files are archived in

quintic_solve.zip
1) save and unzip the archive to a known directory

2) alter the first cell of the notebook--one that reads the data file--to agree with the chosen directory structure.