SVD Computation
Understanding the elementwise construction of
Formulation
By breaking down the matrix multiplication into its core components, we can see exactly how the Singular Value Decomposition maps the input vector to the output vector .
Notice that each entry is constructed by taking the dot product of the input with the rows of , scaling by the singular values , and recombining using the columns (or rows) of .
Instructions
- Hover over or click the elements in the grid to see how they interact.
- Select an output index to see how is computed.
- Select a component index to isolate one singular value path.
Target Output Element (i)
Singular Value Path (j)
y
=
U
Σ
V*
x
Active Computation