CentreShifter
- 23
- 0
Inverse of a sum of matrices [solved]
The problem is relatively simple. Given the equation:
[tex](I+2A)^{-1}= \begin{bmatrix} <br /> -1 & 2 \\ <br /> 4 & 5 \end{bmatrix}[/tex]
Find A.
My problem seems to be that I'm distributing the inverse on the LHS incorrectly. My real question then is, is the following correct?
[tex](I+2A)^{-1}=I^{-1}+\frac{1}{2}A^{-1}[/tex]
The problem is relatively simple. Given the equation:
[tex](I+2A)^{-1}= \begin{bmatrix} <br /> -1 & 2 \\ <br /> 4 & 5 \end{bmatrix}[/tex]
Find A.
My problem seems to be that I'm distributing the inverse on the LHS incorrectly. My real question then is, is the following correct?
[tex](I+2A)^{-1}=I^{-1}+\frac{1}{2}A^{-1}[/tex]
Last edited: