I'm trying to figure out a way of seperating out my $n\times n$-dimensional matrix $A$ (to use in my Finite Difference scheme) from the following equation:
$(cA + I)^{-1}$,
where $c$ is a scalar and $I$ a $n\times n$ identity matrix.
Does anyone have a (reference to a) clue how to proceed and, if possible, under which assumptions a solution can be obtained?