Question: Note that by solving the multiple right-hand-side problem TX = B with B = J, then the solution is the inverse of T. Write a MATLAB function X = UTriInv(U) that computes the inverse of a nonsingular upper triangular matrix. Be sure to exploit any special patterns that arise because of B special nature.