Let $L$ be a lower-triangular matrix such that $LL^T=A$.
Then $B=L^TL$ has the same eigenvalues as $A$, but different eigenvectors.
1) Why are the eigenvalues the same?
2) Is there an analytical relationship between the eigenvectors of $A$ and $B$?
Let $L$ be a lower-triangular matrix such that $LL^T=A$.
Then $B=L^TL$ has the same eigenvalues as $A$, but different eigenvectors.
1) Why are the eigenvalues the same?
2) Is there an analytical relationship between the eigenvectors of $A$ and $B$?
$$B = L^{-1} A L$$ So $B$ is similar to $A$ with the change of basis $L$. The eigenvectors of $B$ are thus $L^{-1}v$ where $v$ is an eigenvector of $A$. The corresponding eigenvalues are trivially equal:
$$BL^{-1} v = L^{-1} A L L^{-1} v = L^{-1} Av = L^{-1} \lambda v = \lambda L^{-1} v$$