Qurak

LinearSolve

Available

Solves the linear system `m . x == b`.

Independently checkable: an answer for this function is re-derived by a different route and compared - the workbench and the verify tool do this automatically, so a wrong answer is caught rather than trusted. History →

LinearSolve[m, b]
LinearSolve[m]
LinearSolve[a, b]
LinearSolve[{{1, 2}, {3, 4}}, {5, 11}] → {1, 2}LinearSolve[{{1, 2}, {3, 4}}][{5, 11}] → {1, 2}LinearSolve[{{1, 2, 3}, {4, 5, 6}}, {1, 2}] → {-1/3, 2/3, 0}

Used in

Topics

Related

All 6300 functions · Use this from an MCP client