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

SystemObject
  MathosEquationSolver

Namespace: Mathos
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax

public static class EquationSolver

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