How do I find the determinants of the matrices $3A, -A, A^2$, and $A^{-1}$, where $A$ is a $4\times4$ matrix and $\det(A) = \frac{1}{3}$?
I know that to find the determinant we can use elimination to bring the matrix to an upper (or lower) triangular and then multiply the pivots.
Or we can use cofactors, which is like a recursive definition of determinant, where the base case is when we have a $2\times 2$ matrix.
This is very nice, but I am no seeing how can I use this information to calculate the determinants above.
The calculation of the determinants does involve basic properties of the determinant function:
$$\det( \alpha A) = \alpha^n\det(A).$$
$$\det(A B ) = \det(A) \cdot \det(B).$$
Let now $A$ be an invertible matrix, i.e. $I = A \cdot A^{-1}$. This gives
$$ \det(A^{-1}) = \det(A)^{-1}$$
Note that a matrix $A$ is invertible if and only if $\det(A) \neq 0$.