Decomposition of a matrix into the square of another symmetric matrix

39 Views Asked by At

I have a got a matrix $M$, is it always possible to find a SYMMETRIC matrix $S$ such that its square equals $M$, namely

$S S = M$

and if the answer is positive, what is the procedure to calculate this symmetric matrix $S$?