The Jacobian of the derivatives , , ..., of a function with respect to , , ..., is called the Hessian (or Hessian matrix) of , i.e.,
As in the case of the Jacobian, the term "Hessian" unfortunately appears to be used both to refer to this matrix and to the determinant of this matrix (Gradshteyn and Ryzhik 2000, p. 1069).
In the second derivative test for determining extrema of a function , the discriminant is given by
The Hessian can be implemented in the Wolfram Language as
HessianH[f_, x_List?VectorQ] := D[f, {x, 2}]