For a real symmetric matrix $A\in\mathbb{S}^n$, we can decompose it into $A=U\Lambda U^{T}$ by Spectral Theorem.
In Matlab, using the command $[L,S,R] = svd(A)$, we obtain $LS R^{T}$ (here, $L$ stands for the $\textbf{L}$eft matrix, and $R$ stands for the $\textbf{R}$ight matrix). It is normally shown that $L\neq R$. This means that $U$ and $L$ are not the same matrix.
My question is here: $\textbf{How to get $U$ from $L$ and $R$ theoretically?}$ Can anyone help me, please?
Similar topics:
[Spectral Theorem][1]: https://inst.eecs.berkeley.edu/~ee127a/book/login/thm_sed.html