Step through Principal Component Analysis — watch data get centered, the covariance matrix computed, and eigenvectors found to project high-variance data into fewer dimensions.
Eigendecomposition of the Covariance Matrix
PCA finds the directions (principal components) of maximum variance, enabling dimensionality reduction with minimum information loss.