photo

Hiba Bawab


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


usefulness of 'solve' matlab function
Hi, I would like to know if someone tried to use the matlab function 'solve', for example syms x; solve (F(x),x); when F(x...

environ 10 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
If I have to minimize a function with 2 variables (f(x,lamda))and I have a condition on one of these 2 variables(lamda>=0), how can I find this variable (lamda)? thank u
Hi Harshit, thank u , lamda is already a Lagrange multiplier for a first constraint when the others constraints will be include...

plus de 11 ans il y a | 0

Question


If I have to minimize a function with 2 variables (f(x,lamda))and I have a condition on one of these 2 variables(lamda>=0), how can I find this variable (lamda)? thank u
minimize(((3.5*log((((1.2* x)+1))/log(2))))-lamda*((((1/(1^2)*x))-10))); % subject to % lamda>=0;

plus de 11 ans il y a | 2 réponses | 0

2

réponses