symmetric matrix right and left singular matrix of a symmetric matrix

238 Views Asked by At

For a symmetric matrix, the SVD is $$A = USV^T$$ and, since $A = A^T$, we have $$USV^T = VSU^T$$ $(S = S^T)$, but how to prove $U=V$?