Does anyone know how I would perform the following matrix operations? Thank you.
$$ A = \begin{bmatrix} 1 & 1 & 1 \\ 2 & 1 & 2 \\ 1 & 1 & 2 \end{bmatrix}, C= \begin{bmatrix} 1 & 1 \\ 2 & 0 \\ 2 & 1 \end{bmatrix}. $$ (a) $|A^4|$
(b) $A^{-1}$
(c) $D = A^{-1}C$
(d) $AD - C$
Hints. The formula $\det(XY) = \det(X)\det(Y)$ should help you to reduce (a) to computing $\det(A)$. Knowing $\det(A)$ might also help you to solve (b). From there, (c) should be easy. For (d), if $D = A^{-1}C$, what is $AD$?