Equality Constraints
KKT Conditions¶
Find the minimum (over
1. Step I¶
Defining variable and functions
$\displaystyle f = 2 x^{2} + 3 y^{2}\ g = x^{2} + y^{2} - 4 $
2. Step II¶
Defining lagrangian function.
The lagrangian
3. Step III¶
Deriving KKT equations
4. Step IV¶
Solving KKT Conditions to obtain necessary points
Obj | |||
---|---|---|---|
5. Step V¶
Computing Bordered Hessian for each points
6. Step VI¶
Determinant of the bordered hessian will provide maxima and minima.
Obj | Bordered Hessian | |||
---|---|---|---|---|
Conclusion: First two points are minima while third and forth points are maxima.
Last modified on: 2023-01-06 22:22:45