|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| LinearSolve[m, b] finds an x which solves the matrix equation m.x |
| LinearSolve[m] generates a LinearSolveFunction[...] which can be applied repeatedly to different b. |
With no right-hand side, a LinearSolveFunction is returned:
|