1. Find the singular value decompositions of the following matrices:
a.
To find the SVD of , we perform the following steps:
- Compute :
- Find the eigenvalues and eigenvectors of :
Let be an eigenvalue:
Solving:
Then the singular values are:
-
Compute the right singular vectors (columns of ) from eigenvectors of .
-
Compute the left singular vectors (columns of ) using:
Finally, write:
(Explicit matrices omitted for brevity, but can be calculated numerically.)
b.
-
Compute and .
-
Find the eigenvalues and eigenvectors of .
-
Singular values are the square roots of the eigenvalues of .
-
Compute from eigenvectors of , and then compute using:
Then write:
(Again, numerical values can be calculated with a tool or by hand.)
2. Suppose is an invertible matrix with SVD:
Then the inverse is:
So the SVD of is:
This is still a valid SVD because and are orthogonal, and is a diagonal matrix with positive entries (assuming is invertible).