how can we prove that point $T(0, 0)$ is saddle point of a function $$f(x,y) = xy$$
I know that we can use Hessian matrix for determining minima/maxima and saddle points of functions, but I am confused with this example since second derivatives of this function are constants.
Thank you in advance
The Hessian matrix is $\left(\begin{smallmatrix}0&1\\1&0\end{smallmatrix}\right)$. Its eigenvalues are $\pm1$. Since it has an eigenvalue which is positive and another one which is negative, the function has a saddle point.