There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.
Find the singular value decomposition
Problem
Let
Find the singular value decomposition of .
Thought
The singular value decomposition of is , where and are orthogonal matrices, and is a matrix of the same order as with its only nonzero entries on its -, , -entries as the singular values .
Recall that the singular values are the square roots of the nonzero eigenvalues of (or of ). Also, the columns of are the eigenvectors of , and the columns of are the eigenvectors of .
Sample answer
Compute
whose eigenvalues are with eigenvectors
Thus, we know the singular values are , and
According to the singular decomposition, as the columns of and as the columns of are orthonormal bases of and such that . This means we have and .
By direct computation, we have
By choosing
where is chosen as a unit vector orthogonal to and , we have . Equivalently, is the matrix whose columns are , and is the matrix whose columns are . Then .
This note can be found at Course website > Learning resources.