Is there a general rule for the determinant of the sum if we know the determinants? For example:
If $\rm \det A = 1$ and $\rm\det B = 2$ and there is $ \rm A+B$, is $\rm\det (A+B) = \det (A) + \det (B) = 3$ ? Thank you.
Is there a general rule for the determinant of the sum if we know the determinants? For example:
If $\rm \det A = 1$ and $\rm\det B = 2$ and there is $ \rm A+B$, is $\rm\det (A+B) = \det (A) + \det (B) = 3$ ? Thank you.
For a diagonal matrix with diagonal entries $a_{11},\cdots, a_{nn}$, the determinant is the product of said entries. So, even in easy cases such as $A$ and $B$ being both diagonal, there is less of a correlation between $\det A$, $\det B$ and $\det (A+B)$ than there is between the product of $n$ numbers, the product of other $n$ numbers and the product of their sums (in some order).
is there a general rule for the determinant of the sum if we know the determinants?
No.
Counterexample of if det A = 1 and det B = 2 and there is A+B, is det (A+B) = det (A) + det (B) = 3 ?
Let $A= \left[ {\begin{array}{cc} 1 & 1\\ 0 & 1\\ \end{array} } \right]$ and $B= \left[ {\begin{array}{cc} 2 & 0\\ 2 & 1\\ \end{array} } \right]$, then $\det A=1$ and $\det B=2$
Now $A+B= \left[ {\begin{array}{cc} 3 & 1\\ 2 & 2\\ \end{array} } \right]$, then $\det (A+B)=4\neq \det A+\det B$