Skip to content

LinearSolve

Solves the linear system m . x == b.

$ wo 'LinearSolve[{{1, 2}, {3, 4}}, {5, 11}]'
{1, 2}