Question:medium

If A and B are square matrices of size $n \times n$, then which of the following statement is not true.

Show Hint

Determinants play well with multiplication ($\times$), but they are "broken" by addition ($+$).
  • $\det(AB) = \det(A)\det(B)$
  • $\det(kA) = k^{n}\det(A)$
  • $\det(A + B) = \det(A) + \det(B)$
  • $\det(A^{T}) = \det(A)$
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0