Derivative of norm

306 Views Asked by At

What is the partial derivative of this expression with respect to T:

$$‖X−PTV‖^2$$ Where ∥.∥ is the Frobenius norm, and X,P, T and V are matrices. thanks.

1

There are 1 best solutions below

0
On BEST ANSWER

Let $Y = (PTV-X)$, then $$\eqalign{ \phi &= \|Y\|_F^2 = Y:Y \cr d\phi &= 2Y:dY = 2Y:P\,dT\,V = 2P^TYV^T:dT \cr \frac{\partial\phi}{\partial T}&= 2P^TYV^T = 2P^T(PTV-X)V^T \cr }$$ where colon (:) denotes the trace/Frobenius product, i.e. $$A:B={\rm tr}(A^TB)$$