Saddlepunkter
Saddlepunkter, or saddle points, are critical points of a real-valued function f: R^n -> R where the gradient vanishes but the point is not a local extremum. In the neighborhood of a saddle point, f increases along some directions and decreases along others, producing a saddle-shaped surface in two dimensions.
To identify saddlepoints, first solve ∇f(x0) = 0 for candidate critical points. Then examine the Hessian matrix
An example is f(x,y) = x^2 − y^2, which has a saddle point at (0,0). Here ∇f = (2x,
Saddle points arise in multiple fields. In optimization and numerical analysis they pose challenges for algorithms