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