I am wondering if the inverse of $$B = A-I$$ can be written in terms of $A^{-1}$ and/or $A$. I am able to accurately compute $A$ and $A^{-1}$, which are very large matrices. Is it possible to calculate $B^{-1}$ without directly computing any inverses?
For example, if $A = 2I$, then $B^{-1}=\frac{1}{2}A$.
It is not a complete answer, but if $\sum\limits_{k \geq 0} A^k$ converges then $$-(A-I) \sum\limits_{k \geq 0} A^k= \operatorname{Id}$$hence $$(A-I)^{-1}=- \sum\limits_{k \geq 0} A^k$$