seniorDimensionality Reduction
What is the relationship between PCA and SVD geometrically?
Updated May 16, 2026
Short answer
SVD decomposes data into orthogonal axes that correspond to PCA components.
Deep explanation
PCA can be computed using Singular Value Decomposition of the centered data matrix X = UΣVᵀ. The columns of V represent principal directions, while singular values in Σ represent the amount of variance captured. Geometrically, SVD rotates and scales the data into orthogonal axes aligned with maximum variance directions.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro