Singular Value Decomposition Solving the U & V

31 Views Asked by At

I am following this video on YouTube. I have a question on 41 minute mark.

When solving for $V$, $A^t A V = V \Sigma^2$, have been rearrange to

$$Ax = \lambda x$$

Why can $V \Sigma ^2$ become $\Sigma ^ 2 V$? I thought matrix multiplication is non-commutative.

enter image description here