Suppose A is a 4x4 matrix such that $\det(A)=\frac{1}{64}$ then $\det(4A^{-1})^T$
- I created a 2x2 matrix $B$ and transposed it both had the same determinant
- I then found $\det(B)$ and $\det(B^{-1})$ the results were inverses of each other
- I then tried found the $\det(2B)$
but I cannot see what is the relationship between the determinant of a matrix and the determinant of that matrix multiplied by a constant?
Hint: Scaling a single row (or column) by a constant $k$ results in the determinant being scaled by $k$. So what happens if the entire matrix is scaled by $k$?