Home > @josh-brown/vector > UnderdeterminedSolution
A particular solution to a linear system with infinitely many solutions.
Signature:
export interface UnderdeterminedSolution<S>
Property | Type | Description |
---|---|---|
solution | Vector<S> | An arbitrarily chosen vector _x_ which satisfies _Ax=b_ |
solutionType | SolutionType.UNDERDETERMINED |