2

Let $A$ and $B$ be $n \times n$ real matrices such that det$(A) > 0$ and det$(B) < 0$. For $0≤ t ≤ 1$ let $C(t) = tA + (1-t)B$. Then there exists exactly one $t_{0}$ in $(0,1)$ such that $C(t_{0})$ is not invertible. (True/false)

I took two matrices satisfying the given conditions. For $t=0.5$, I'm getting the matrix $C$ invertible.

I want to know if there exists only one such $t_{0}$ or more$?$

Mathaddict
  • 2,300

1 Answers1

6

$A=\begin{pmatrix}1 & 0 & 0 \\ 0&1 &0 \\ 0 & 0 & 1\end{pmatrix}$ $B=\begin{pmatrix}-1 & 0 & 0 \\ 0&-1 &0 \\ 0 & 0 & -2\end{pmatrix}$

With $t_1=\frac{1}{2}$ and $t_2=\frac{2}{3}$ we have that $C$ is not invertible.

So the thesis seems false.

You can easily generalize this putting $1$ along the diagonal.