Question: construct matrix of singular values

I am using the LinearAlgebra package. The function SinbularValues returns the singular value matrix S as a vector, i.e.,S*<1,1,1..1>.  Is there an easy way to recover S, itself, from this vector?

Please Wait...