minimum value optimization with constraints

2 views (last 30 days)
Aida Bouaziz
Aida Bouaziz on 10 Mar 2021
Edited: Matt J on 10 Mar 2021
how can i get the minimum value

Answers (1)

Matt J
Matt J on 10 Mar 2021
Edited: Matt J on 10 Mar 2021
Use the constraints to eliminate x2 and x3 from f,
f=(x1+1)^2/4 - 2*x1
Now, you just have to minimize a 1D quadratic function of x1.

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Products


Release

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!