Skip to content

fgasdia/QuarticSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuarticSolver

Build Status Build status

Find roots of 4th order polynomials (quartics) of the form:

$$ax^4 + bx^3 + cx^2 + dx + e = 0$$

Usage

root1, root2, root3 = solvequadratic(a, b, c, d, e)

Roots are unordered.

References

This code is a Julia implementation of the Fast Quartic and Cubic Solver by Nino Krvavica (https://github.com/NKrvavica/fqs).

About

Find roots of 4th order polynomials (quartics)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages