(a) Let $A$ be an $n \times n$ matrix. Which is faster to compute, $A^2$ or $A^{-1}$ ? Justify your answer. (b) What about $A^3$ versus $A^{-1}$ ? (c) How many operations are needed to compute $A^k$ ? Hint: When $k>3$, you can get away with less than $k-1$ matrix multiplications!