Let $A$ be a positive matrix, and $B$ be a positive definite matrix. Prove that $A+B$ is invertible.
I tried to use the prove of positive definite implies invertible, but there is nothing I can use from the property of being a positive matrix.
Let $A$ be a positive matrix, and $B$ be a positive definite matrix. Prove that $A+B$ is invertible.
I tried to use the prove of positive definite implies invertible, but there is nothing I can use from the property of being a positive matrix.
Copyright © 2021 JogjaFile Inc.
The statement is incorrect. Take $$A=\begin{pmatrix}1&2\\2&1\end{pmatrix}, \ \ B=\begin{pmatrix}1&0\\0&1\end{pmatrix}.$$ Then $$A+B=\begin{pmatrix}2&2\\2&2\end{pmatrix}$$ is singular.