So I was given this question Let A = $$ \left[ \begin{array}{cc|c} -1&2\\ 1&3 \end{array} \right] $$
Find a) $A^{-1}$, b)$A^{3}$, c) $(A^{-1})^3$, and finally d) use answers to (b) and (c) to show that $(A^{-1})^3$ is the inverse of $A^3$
So here is my take on it.
So for part a) i did,
$A^{-1}$ = $$ \left[ \begin{array}{cc|c} d/(ad-bc)&-b/(ad-bc)\\ -c/(ad-bc)&a/(ad-bc) \end{array} \right] $$
= $$ \left[ \begin{array}{cc|c} 3/((-1*3)-(2*1))&-2/((-1*3)(2*1)\\ -1/((-1*3)-(2*1))&-1/((-1*3)-(2*1) \end{array} \right] $$
= $$ \left[ \begin{array}{cc|c} 2/-5&-2/-5\\ -1/-5&-1/-5 \end{array} \right] $$
I'm pretty sure I'm correct but I'm completely confused about the rest and how to go about it.