lsolveAll

x=lsolveAll(L, b)

Finds all solutions of the linear system L * x = b where L is an [n x n] lower triangular matrix and b is a [n] column vector.

Try it yourself:

All functions