having A,B,C square matrices of size $n\gt2$, with C = A+B.
If we know that:
$det(A) = 0$, and
B is a diagonal matrix with $det(B)\ne 0 $
Then how can one find $det(C)$?
It should be enough for me to prove $det(C)\ne 0$
having A,B,C square matrices of size $n\gt2$, with C = A+B.
If we know that:
$det(A) = 0$, and
B is a diagonal matrix with $det(B)\ne 0 $
Then how can one find $det(C)$?
It should be enough for me to prove $det(C)\ne 0$
No, you can't find $\det C$. Suppose that$$A=\begin{pmatrix}1&1\\1&1\end{pmatrix}\text{ and that }B=\begin{pmatrix}1&0\\0&1\end{pmatrix}.$$Then $\det A=0$, $\det B\neq0$, and $\det(A+B)=3$. But $\det(0+B)=1\neq3$.