LinearSolve¶
Solves the linear system m . x == b.
LinearSolve[m] is an operator: LinearSolve[m][b] equals
LinearSolve[m, b].
For a rectangular (non-square) system, a particular solution is returned with the free variables set to 0.