CubicRoot |
This is a cubic equation solver.
|
LinearRoot |
This is a solver for finding the roots of a linear equation.
|
PolyRoot |
This is a solver for finding the roots of a polynomial equation.
|
QuadraticRoot |
This is a solver for finding the roots of a quadratic equation, \(ax^2 + bx + c = 0\).
|
QuarticRoot |
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\).
|
QuarticRootFerrari |
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\) using the Ferrari method.
|
QuarticRootFormula |
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\) using a root-finding formula.
|