Question 2 [6 points] Consider the matrix defined below and answer the following questions. A = [−1 3 0 2 5 1 0 1 −7] (a) [4 points] The inverse of the matrix above can be expressed as A−1 = 1 78[a b c d 7 f g h −11] Use the Inversion Algorithm to find the missing entries. (b) [2 points] Use your answer from part (a) to solve the system Ax = b where x = (x1, x2, x3) and b = (1, −1, 0).