I'm trying to solve the derivative of an equation that has a transpose (calculation of a multivariate distribution : trying to calculate the mean)
d/dx (x(T)Ax), where x is a vector, x(T) is the transpose of x, A is a Matrix.
According to the answer sheet, the answer is 2A*x.
Does this mean that x(T) is the same value of x, so x(T)Ax ==> Ax^2?