How do i write the code of lagrange multiplier in lagrange function?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
yang-En Hsiao
il 24 Gen 2019
Modificato: Taiwo Fasae
il 12 Ott 2021
How do i write the code of lagrange multiplier in lagrange function ? Because the lagrange multiplier is a varible ,like x,y,z.not a random value,so for example,the function i want to optimize is as below

then how do i write the matlab code of lagrage multiplier ? because there are lots of a_k and b_k,and they all should be calculated,so i can't just use "rand" to produce them.
Does anyone know how to write the code of this? or is there any reference i can refer?
2 Commenti
Torsten
il 24 Gen 2019
Which of the K k's do you mean when you define your objective function as
min: x_k^2+y_k^2
?
Risposta accettata
Stephan
il 24 Gen 2019
Hi,
here is an example, which you can use to learn how you can tackle this problem in Matlab:
Best regards
Stephan
1 Commento
Taiwo Fasae
il 12 Ott 2021
Modificato: Taiwo Fasae
il 12 Ott 2021
I beg to differ. That link didn't lead to a solution for dealing with nonlinear constraints in langrange multipliers. Please show me one when you find it.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Nonlinear Optimization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!