usolve

x=usolve(U, b)

Finds one solution of the linear system U * x = b where U is an [n x n] upper triangular matrix and b is a [n] column vector.

Try it yourself:

See also:
All functions