Evaluate transpose: What is (X^T A)^T

26 Views Asked by At

$x, a$ in $\mathbb R^n$, $A$ in $\mathbb R^{n\times n}$. I'm trying to compute $d(x^T A x)/dx$.

I got, in the last step: (x^T A)^T + Ax. Somebody said that this should equal 2Ax. Why is that?

[Resolved.]