Qurak

Constrained optimization exact introduction

Tutorial 3 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
Minimize[E^E^x - x, x]
Output
{2.3303661247616807, {x -> -0.5671432904048208}}
Step 2
MaxValue[{Sqrt[x^2 + y^2], x^4 + 3y^4 ≤ 7}, {x, y}]
Output
0
Step 3
MaxValue[{Sqrt[x^2 + y^2], a x^2 + b y^2 ≤ 1}, {x, y}]
Output
0

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client