The Singular Value Decomposition (SVD) factors any real \(2\times 2\) matrix \(A\) as \[ A = U \Sigma V^\top, \] where \(U\) and \(V\) are orthogonal and \(\Sigma\) is diagonal with singular values \(\sigma_1 \ge \sigma_2 \ge 0\).
Geometrically, SVD describes the action of \(A\) in three clear steps:
Equivalently, \(A V = U \Sigma\), so the columns of \(V\) form an orthonormal basis of the input space, and the columns of \(U\) form an orthonormal basis of the output space.
Try it: Adjust the sliders to change the entries of \(A\). You can also move the thick magenta and yellow dots on the unit circle with the mouse to explore how arbitrary directions are transformed by \(A\).