In: Advanced Math
Matrix:
Ax b
[2 1 0 0 0 | 100]
[1 1 -1 0 -1 | 0]
[-1 0 1 0 1 | 50]
[0 -1 0 1 1 | 120]
[0 1 1 -1 1 | 0]
Problem 5
Compute the solution to the original system of equations by
transforming y into x, i.e., compute x = inv(U)y.
Solution:
%code
I have not Idea how to do this. Please HELP!