Lagrangemultiplier
A Lagrange multiplier is a variable used in constrained optimization to find extrema of a function subject to equality constraints. The method introduces multipliers, collectively called λ, and forms the Lagrangian L(x, λ) = f(x) + λ^T g(x), where f is the objective function and g(x) = (g1(x), ..., gm(x)) represents the constraints gi(x) = 0.
To locate candidate extrema, one solves the stationary equations obtained from the Lagrangian together with the
Interpretation often given is that the multipliers measure the sensitivity of the optimum value to small changes
Existence of multipliers generally requires a constraint qualification, such as the gradients ∇gi(x) being linearly independent
Extensions of the basic method address inequality constraints through Karush-Kuhn-Tucker conditions and related augmented Lagrangian methods.