GaussJordanEliminationIsFeasible Property |
Returns true if there exists a solution to the linear system of
equations Ax = B.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsFeasible { get; }
Return Value
Type:
Booleantrue if there exists a solution to the linear system
of equations
Ax =
B;
false otherwise
See Also