Let A be an $n\times n$ matrix (real valued), and set $S := \sqrt{A^t A}$. What is the matrix derivative of $S$ w.r.t. $A$? I.e., what is $\frac{\partial S}{\partial A}$?
(In case of invertibility issues, I might for the time being assume that $A^t A$ is positive definite, although for the applications I have in mind I might have only positive semi-definiteness).
Thanks for help!
Recall that you can perform a polar decomposition on $A$ such that:
$$A = QS$$
where $Q$ is an orthogonal matrix and $S$ is defined uniquely as precisely what you describe above when it exists. Hence, what you really want to calculate is:
$$\frac{\partial S}{\partial A} = \frac{\partial [Q^{-1}A]}{\partial A} = Q^{-1}\otimes\mathbf{I}$$
Note the result is a fourth-order linear transformation, since we are the describing the rate of change of a second-order object $S$ with respect to another second-order linear transformation $A$.