0

What's the derivative of $X^TX$ w.r.t. $X$ Note that X is not a square matrix

Tony L
  • 11
  • 1
    You need to add a lot more clarification about your context, terms, and symbols, so that different users know how to approach your question. – The Count Nov 04 '16 at 18:02

1 Answers1

1

For any Matrix $H$ of the same dimension as $X$ the following holds:

$$(X + H)^t (X + H) = X^tX + H^tX + X^tH + H^tH$$ Since $H^tH = o(H)$ for $H \to 0$, this means the derivative of the map at $X$ is given by the linear map $H \mapsto H^tX + X^tH$.

Dominik
  • 19,963