If $A,B$ and $A+B$ are all $n \times n$ invertible matrices. Prove that $(A^{−1})+(B^{−1})$ is equal to $(A+B)^{-1}$
I don't know how to prove that. please help.
If $A,B$ and $A+B$ are all $n \times n$ invertible matrices. Prove that $(A^{−1})+(B^{−1})$ is equal to $(A+B)^{-1}$
I don't know how to prove that. please help.
This is wrong. For example: $A=B=\begin{pmatrix}1&0\\0&1\end{pmatrix}$
Then $A^{-1}=B^{-1}=\begin{pmatrix}1&0\\0&1\end{pmatrix}$
But $(A+B)^{-1}=\begin{pmatrix}2&0\\0&2\end{pmatrix}^{-1}=\begin{pmatrix}\frac12&0\\0&\frac12\end{pmatrix}\neq \begin{pmatrix}1&0\\0&1\end{pmatrix}+\begin{pmatrix}1&0\\0&1\end{pmatrix}$