Question:medium

For a square matrix $A$ of order $n$, the inverse matrix $(3A)^{-1}$ is equal to:

Show Hint

Be careful not to confuse this with the determinant property! For determinants, $\det(kA) = k^n \det(A)$, but for inverses, it is simply a linear reciprocal scalar: $(3A)^{-1} = \frac{1}{3}A^{-1}$.
  • $3A^{-1}$
  • $9A^{-1}$
  • $\frac{1}{3}A^{-1}$
  • $\frac{1}{9}A^{-1}$
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0