[Math] Inverse matrix’s eigenvalue

eigenvalues-eigenvectorslinear algebra

It's from the book "linear algebra and its application" by gilbert strang, page 260.

$(I-A)^{-1}$=$I+A+A^{2}+A^{3}$+…

Nonnegative matrix A has the largest eigenvalue $\lambda_{1}$<1.

Then, the book says, $(I-A)^{-1}$ has the same eigenvector, with eigenvalue $\frac{1}{1-\lambda_{1}}$.

Why? Is there any other formulas between inverse matrix and eigenvalue that I don't know?

Best Answer

A matrix $A$ has an eigenvalue $\lambda$ if and only if $A^{-1}$ has eigenvalue $\lambda^{-1}$. To see this, note that $$A\mathbf{v} = \lambda\mathbf{v} \implies A^{-1}A\mathbf{v} = \lambda A^{-1}\mathbf{v}\implies A^{-1}\mathbf{v} = \frac{1}{\lambda}\mathbf{v}$$

If your matrix $A$ has eigenvalue $\lambda$, then $I-A$ has eigenvalue $1 - \lambda$ and therefore $(I-A)^{-1}$ has eigenvalue $\frac{1}{1-\lambda}$.