lusolve
x=lusolve(A, b)
x=lusolve(lu, b)
Try it yourself:
$1 |
a = [-2, 3; 2, 1]
|
|
$2 |
b = [11, 9]
|
|
$3 |
x = lusolve(a, b)
|