Given a matrix $$A+I = \left[\matrix{2 &0& 2\\ 0& 0 &-2\\ 2 &-2 &1}\right].$$ How would we find the eigenvalues and eigenvectors of the inverse of $(A+I)$? I want to do this without computing the actual inverse.
2026-03-25 15:58:51.1774454331
Finding the Eigenvalues and Eigenvectors of $(A+I)^{-1}$. (Without doing the actual inversion)
67 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Proof. Suppose $B^{-1}v=\lambda v$; then $\lambda\ne0$ and $\lambda^{-1}v=Bv$. Conversely, if $Bv=\mu v$, then $\mu\ne0$ and $\mu^{-1}v=B^{-1}v$. QED
If you know the eigenvalues of $A+I$, then you also know those of $(A+I)^{-1}$.