CentreShifter
- 23
- 0
Inverse of a sum of matrices [solved]
The problem is relatively simple. Given the equation:
(I+2A)^{-1}= \begin{bmatrix} <br /> -1 & 2 \\ <br /> 4 & 5 \end{bmatrix}
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?
(I+2A)^{-1}=I^{-1}+\frac{1}{2}A^{-1}
The problem is relatively simple. Given the equation:
(I+2A)^{-1}= \begin{bmatrix} <br /> -1 & 2 \\ <br /> 4 & 5 \end{bmatrix}
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?
(I+2A)^{-1}=I^{-1}+\frac{1}{2}A^{-1}
Last edited: