0

Check page 8 and equation 34 of Matrix Cookbook.

In this simple case we take the derivative of a matrix that is multiplied by a constant and we have: $\partial (aX) = a*(\partial X)$

Probably missing something crucial because I would expect ∂aX/∂X = a

So what does (∂X) represents exactly?

1 Answers1

0

The notation:$$\partial (aX) = a*(\partial X)$$ is referred to ''differentials'' and means exactly that: $$ \frac{\partial (aX)}{\partial X} = a $$

Emilio Novati
  • 62,675
  • Now I got the twist. Thank you. I originally thought that the denominator (differentiating with..) was omitted only for brevity. Thank you for clarifying – George Pligoropoulos Dec 15 '17 at 21:08