My understanding is that you get a vector that points in the steepest ascending direction of a function $f(x_1,...x_n)$ at point $\hat{X}$ by computing the gradient $\nabla f(X_1, ... X_n)$.
Does this mean that the negative gradient $-\nabla f(X_1,...X_n)$ is the steepest descending direction of the function $f$ at that point? It is obvious to me that this is the case for the derivative of one variable, but I am not certain it is analogous to the gradient.
Hint: the direction of steepest descent of $f$ at $(x_1, \ldots, x_n)$ is the direction of steepest ascent of $-f$ at the same point.