This documentation is compiled for the latest release of Mathos Core Library
Top
The EquationSolver type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| QuadraticEquation(Double, Double, Double) | Obsolete.
Solves a quadratic equation, Ax^2+Bx+C, where a != 0
| |
| QuadraticEquation(ComplexNumber, ComplexNumber, ComplexNumber) | ||
| QuadraticEquationEx | ||
| SystemOfTwoEquations |
Solves a system of two equations,
Ax + By = E,
Cx + Dy = F
|
See Also