Assume $A$ is invertible and I want to calculate $(A+O(N^{-1}))^{-1}$
I want to know if there exist any formula for it?
$O(N^{-1})$ is the big $O$ notation. That is the inverse of an invertible matrix $A$ plus some matrix which converge to $0$ as $N$ tends to infinity.
Is the following equality true? $$(A+O(N^{-1}))^{-1} = A^{-1}+O(N^{-1})?$$
you have to use the von Neumann series, see
http://en.wikipedia.org/wiki/Neumann_series