Hello all,
if you are interested in solving polynomial equations, quintics in particular, this might be of use.
With a class library I developed, it is now possible to solve irreducible solvable Bring-Jerrard quintics, i.e. f(x) = x^5 + ax + b, based on the Spearman-Williams approach. Coefficients are calculated up to a certain limit which is based on the Cantor counting scheme of rational numbers with default maxValue = 20. Higher number coefficients may be generated if needed; however, due to O(n^4) complexity in generating the Spearman Williams coefficients, this is limited to maxValue = 100 currently. Contact the author for an extension if higher number coefficients are required.
You may have a look at
including class files and a test script called TestWorksheetBJ.sagews as well as a README file which contains how to get started. Let me know if you have questions.
Any feedback is appreciated. As an additional feature, one might imagine to look at Tschirnhaus transformations of general quintics to find conditions which yield solvable Bring-Jerrard quintics. Currently I don´t know how complicated that would be - just an idea.
Best regards
Achim
Achim Plum, independent Computer Scientist (with a focus on Mathematics)
Germany