I'm trying to find out for square matrices with $n \geq 2$ : $$ \det(A-B) = \det(A)-\det(B).$$
I know that $\det(AB) = \det(A)\det(B)$, but I'm unable to find proof on why a subtraction (or addition) is not equal. Thanks.
I'm trying to find out for square matrices with $n \geq 2$ : $$ \det(A-B) = \det(A)-\det(B).$$
I know that $\det(AB) = \det(A)\det(B)$, but I'm unable to find proof on why a subtraction (or addition) is not equal. Thanks.
Consider $A = 5I, B = 3I$, where $I$ is an $n\times n$ identity matrix. In this case $\det A = 5^n, \det B = 3^n$ and $\det (A-B) = \det(2I) = 2^n.$ So, for example if $n=2$, $16 = 25 - 9 = \det A - \det B \neq \det(A-B) = 4$.