This documentation is compiled for the latest release of Mathos Core Library
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Solves a system of two equations,
Ax + By = E,
Cx + Dy = F
Namespace: Mathos
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
public static Vector SystemOfTwoEquations( double a, double b, double c, double d, double e, double f )
Parameters
- a
- Type: SystemDouble
A - b
- Type: SystemDouble
B - c
- Type: SystemDouble
C - d
- Type: SystemDouble
D - e
- Type: SystemDouble
E - f
- Type: SystemDouble
F
Return Value
Type: VectorSee Also