I saw there is a proof for invertible matrices, but I don't know how to put this mathematically for a transformation. How do I prove an invertible linear transformation has the same eigenvectors as its inverse?
2026-03-29 00:00:06.1774742406
If $T$ is an invertible linear transformation and $\vec{v}$ is an eigenvector of $T$, then $\vec{v}$ is an eigenvector of $T^{-1}$
757 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
OK, so Iv'e found a solution!
\begin{align*}\\ Tv &= \lambda v \ \ \vert *T^{-1} \\ T^{-1}Tv &= T^{-1}\lambda v \\ v &= \lambda T^{-1}v \ \ \vert *\lambda^{-1} & \text{(Invertible transformation, $\lambda\neq 0$)} \\ \lambda^{-1}v &= T^{-1}v \end{align*}
For $T^{-1}$, eigenvalue $\lambda^{-1}$, eigenvector is $v$ (same as eigenvector of $T$).
Hope this helps!