Let $A$ be a square invertible matrix, and $\epsilon$ a small positive quantity. To first-order in $\epsilon$, what is the inverse of $A + \epsilon I$, where $I$ is the identity matrix?
2026-03-25 04:40:56.1774413656
Matrix inverse of $A + \epsilon I$, where $A$ is invertible
927 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I found a way to do it right after posting.
$$(A + \varepsilon I)^{- 1} = A^{- 1} A (A + \varepsilon I)^{- 1} = A^{- 1} (I + \varepsilon A^{- 1})^{- 1} \approx A^{- 1} (I - \varepsilon A^{- 1})$$