Local Extrema Classifier

Determine if critical points of a two-variable function are local minima, maxima, or saddle points.

Function Details

Enter the function in terms of x and y. Use '^' for power, '*' for multiplication.

Enter critical points as a JSON array of coordinate pairs.

Enter the variables separated by commas.

Classification Results

Hessian Matrices

PointHessian MatrixClassification

About Local Extrema Classifier

The Local Extrema Classifier tool helps you identify critical points of a function of two variables. In calculus, finding local minima, maxima, and saddle points is crucial for understanding the behavior of functions. This tool uses the Hessian matrix and the determinant test to classify these points.

To use the tool, input your function, critical points, and variables. The tool will calculate the Hessian matrix for each point and classify them accordingly.