photo

Hiba Bawab


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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...

10 years ago | 0 answers | 0

0

answers

Answered
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...

11 years ago | 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;

11 years ago | 2 answers | 0

2

answers