As we know, SVD decomposites any matrix $M$ into the form: $$M=U\Sigma V^*,$$ where $U$ and $V$ are normally different.
In here Wikipedia says that a matrix A is normal if and only if $U=V$. But in the very same article, it raised an example of a normal matrix $$M=\begin{pmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \end{pmatrix}=U\Sigma V^*,$$ where $$U= \left( \begin{array}{ccc} -0.57735 & 0.816497 & 0. \\ -0.57735 & -0.408248 & -0.707107 \\ -0.57735 & -0.408248 & 0.707107 \\ \end{array} \right),$$ but $$V=\left( \begin{array}{ccc} -0.57735 & 0.408248 & 0.707107 \\ -0.57735 & 0.408248 & -0.707107 \\ -0.57735 & -0.816497 & 0. \\ \end{array} \right),$$ according to mathematics software. They are not equal, why is that?