Let $$f(x) = x^\top Q \, x$$ be a quadratic form, where $Q \in \mathbb R^{n×n}$ is NOT symmetric. Show that the Hessian matrix is $$H_f (x) = Q + Q^\top$$ Hint: $x^\top Q \, x = x^\top Q^\top x.$
If $Q$ is symmetric I know that $\nabla f(x) = 2 Q x$ and $H_f(x) = 2 Q$. However, I am not sure as to what I should do when Q is not symmetric. Also, the hint is somewhat misleading to me as it makes it appear that $Q$ is symmetric. Help would be really appreciated!