I'm currently looking for the singular value decomposition of $$\begin{bmatrix} 0 & 1 \\ 0 & 0 \\ 0 & 1 \end{bmatrix}$$ but I am having a struggle, because $A^TA$ has a 0 singular value, so I cant really use our formula. I have the $V$ and $\sum$ (that is I guess the incorrect way to write the sigma matrix in LaTeX) marices. I have for $U$ only one vector: $$u_1=\frac{1}{\sqrt{2}}(1,0,1)$$ How do I get one more?
Thanks in advance
UPDATE:
I thought that since $$(0,1,0)A=\sigma_2 A$$ where $\sigma_2=0$, $u_2=(0,1,0)$
and also
$$u_3=u_1\times u_2=(-\frac{1}{\sqrt{2}},0,\frac{1}{\sqrt{2}})$$
I cheated a little bit, I checked it on Wolfram Alpha, but I'm still unsure whether my conclusions are correct.
$\left( \begin{array}{ccc} \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} & 0 \\ 0 & 0 & 1 \\ \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} & 0 \\ \end{array} \right)$
$\left( \begin{array}{cc} \sqrt{2} & 0 \\ 0 & 0 \\ 0 & 0 \\ \end{array} \right)$
$\left( \begin{array}{cc} 0 & 1 \\ 1 & 0 \\ \end{array} \right)$