lusolve

x=lusolve(A, b)

x=lusolve(lu, b)

Solves the linear system A * x = b where A is an [n x n] matrix and b is a [n] column vector.

Try it yourself:

All functions