Interface | Description |
---|---|
PolyRootSolver |
A root (or a zero) of a polynomial p is a member x in the domain of p such that p(x) vanishes.
|
QuarticRoot.QuarticSolver |
This defines a quartic equation solver.
|
Class | Description |
---|---|
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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.