Dschumanji
- 153
- 1
Homework Statement
I want to do a singular value decomposition for the following matrix:
M = \left\lceil 1 \ \ -1 \right\rceil
\ \ \ \ \ \ \ \:\:\left\lfloor 1 \ \ -1 \right\rfloor
Homework Equations
M=U\Sigma V^{\ T}
M^{\ T}M
MM^{\ T}
The Attempt at a Solution
To determine the singular values for \Sigma, I first determined the eigenvalues from M^{\ T}M (I could have also done it from MM^{\ T}). The eigenvalues are 4 and 0, so the singular values are 2 and 0. So I end up with the following matrix:
\Sigma = \left\lceil 2 \ \ 0 \right\rceil
\ \ \ \ \ \ \ \left\lfloor 0 \ \ 0 \right\rfloor
The columns of V are the eigenvectors of M^{\ T}M. So I end up with the following:
V = \left\lceil -1 \ \ 1 \right\rceil
\ \ \ \ \ \ \:\left\lfloor \ \ \:\: 1 \ \ 1 \right\rfloor
The transpose of V turns out to be no different than V. To determine U, I find the eigenvectors of MM^{\ T}. I end up with the following matrix:
U = \left\lceil 1 \ \ -1 \right\rceil
\ \ \ \ \ \ \:\:\left\lfloor 1 \ \ \ \ \ \ 1 \right\rfloor
When you scale the columns of U and V^{\ T} so that the matrices become orthogonal, you find that the product of U\Sigma V^{\ T} multiplied by 0.5 should yield the matrix M. It does not turn out to be M, though. Instead I end up with the following matrix:
0.5U\Sigma V^{\ T}= \left\lceil -1 \ \ 1 \right\rceil
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \:\,\,\,\left\lfloor -1 \ \ 1 \right\rfloor
What am I doing wrong?!
Last edited: