A is an m-by-n matrix and M is an n-by-n matrix, $\det M \neq 0$. Is it possible to write the singular values of $AM$ as a function of the singular values of $A$? The entries of M can be regarded as known parameters.
Thanks!
No. For example, if $M = \pmatrix{1 & 0\cr 0 & 2\cr}$ and the singular values of $A$ are $1$ and $2$, the singular values of $AM$ could be $4, 1$ (for $A = M$) or $2,2$ (for $A = 2 M^{-1}$).