Let $A$ be a complex $n \times n $ matrix. Let $\lambda_1, \cdots, \lambda_n$ be the eigenvalues of $A$. If $|z|> \max_{k=1}^n|\lambda_k|$, express $(zI-A)^{-1}$ as a convergent power series.
Usually we have if $|r<1|$, then $\frac{1}{1-r}=\sum_{n=1}^{\infty} r^n$.
If we do the same thing, we get $(zI-A)^{-1} = \frac{1}{I-A/z}$. However, I'm not sure if $A/z$ makes sense here. Also, I think we need to use the fact the that eigenvalues are bounded.
Any help will be appreciated!