EquationSolverSystemOfTwoEquations Method Mathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
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: Vector
See Also

Reference