EquationSolver MethodsMathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library

The EquationSolver type exposes the following members.

Methods

  NameDescription
Public methodStatic memberQuadraticEquation(Double, Double, Double) Obsolete.
Solves a quadratic equation, Ax^2+Bx+C, where a != 0
Public methodStatic memberQuadraticEquation(ComplexNumber, ComplexNumber, ComplexNumber)
Public methodStatic memberQuadraticEquationEx
Public methodStatic memberSystemOfTwoEquations
Solves a system of two equations, Ax + By = E, Cx + Dy = F
Top
See Also

Reference