I can understand the concept of *eigenvectors are the vectors that will only scaled by the transformation T, such as Tx = $\lambda$x where x is the eigenvector.
However, when people are talking about PCA, they always say the eigenvectors of the covariance matrix are the principle components.
One is about transformation Tx = $\lambda$x, the other is about covariance matrix Cx = $\lambda$x. How do we see the covariance matrix as a transform, to fit the framework of my first *statement?