Question: 1. Develop a vectorized method for solving the upper triangular multiple right-hand-side problem.
2. Assume that A, B, and Care nonsingular n-by-n matrices and that f is an n-by-l vector. Write an efficient MATLAB fragment that computes a vector x so that ABCx = f.