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 pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Dimensionality Reduction interview questions

View all →