Does this statement hold true about square matrices $A$ and $B$:

36 Views Asked by At

Does this statement hold true about square matrices $A$ and $B$:

If $\det (A) \neq 0$ and $\det(B) \neq 0$, then $\det(A+B) \neq 0$ or $\det(A-B) \neq 0$.

I tried researching about this but it seems not to be asked online.

1

There are 1 best solutions below

1
On BEST ANSWER

It is not the case. Counterexample:

If

$A = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}, \tag 1$

and

$B = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}, \tag 2$

then

$\det(A) = -1 = -\det(B), \tag 3$

but

$A + B = \begin{bmatrix} 2 & 0 \\ 0 & 0 \end{bmatrix}, \tag 4$

and

$A - B = \begin{bmatrix} 0 & 0 \\ 0 & -2 \end{bmatrix}, \tag 5$

so that

$\det (A + B) = \det (A - B) = 0. \tag 6$