2D SVD Visualization
Visualize how the Singular Value Decomposition breaks any 2×2 matrix into three geometric steps: rotate (VT), scale (Σ), rotate (U). See rank deficiency collapse objects to a line.
Matrix A (2×2)
Enter matrix entries
[
]
°
Object & Display
Animation
Visualize
Animates each SVD step: first rotation, scaling, second rotation.
Resets the animation and restores the original view.
Animates the full matrix transformation in one smooth motion.
1.0×
e₁
e₂
Ellipse
σ₁
σ₂
Ghost
Decomposition Steps
Step 1: First Rotation
Apply VT — rotate to align with singular directions
Step 2: Scaling
Apply Σ — stretch/compress along axes by σ₁, σ₂
Step 3: Second Rotation
Apply U — rotate to final orientation