This documentation is compiled for the latest release of Mathos Core Library
SystemObject
MathosEquationSolver
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Inheritance Hierarchy
MathosEquationSolver
Namespace: Mathos
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
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