Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cubics and quartics #2

Open
ivan-pi opened this issue Sep 14, 2022 · 0 comments
Open

Cubics and quartics #2

ivan-pi opened this issue Sep 14, 2022 · 0 comments
Labels
New method Adding a new method

Comments

@ivan-pi
Copy link
Contributor

ivan-pi commented Sep 14, 2022

For cubics and quartics, a Fortran solver was published recently in ACM TOMS:

Flocke, N. (2015). Algorithm 954: An accurate and efficient cubic and quartic equation solver for physical applications. ACM Transactions on Mathematical Software (TOMS), 41(4), 1-24. https://doi.org/10.1145/2699468

For quartics, an even newer solver in C is available:

Orellana, A. G., & Michele, C. D. (2020). Algorithm 1010: Boosting Efficiency in Solving Quartic Equations with No Compromise in Accuracy. ACM Transactions on Mathematical Software (TOMS), 46(2), 1-28. https://doi.org/10.1145/3386241

The Zip files don't contain license files, so the ACM Software License Agreement applies.

@jacobwilliams jacobwilliams added the New method Adding a new method label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New method Adding a new method
Projects
None yet
Development

No branches or pull requests

2 participants