I want to know how $$\frac{\delta(x^TAx)}{\delta(x)}=2Ax$$
I think here's what happens (please correct me where wrong):
(by: the rule for matrix derivative) $$ \frac{\delta(x^TAx)}{\delta(w)}=x^T(A^T+A) $$
(by: I assume we can transpose matrices whenever we need to?) $$ x^T(A^T+A) = x^T(A^T+A^T) = x^T(2A^T) $$
(by: transpose property) $$ x^T(2A^T) = (x^T2A^T)^T = 2Ax $$
Is that how this happens?