photo

Hiba Bawab


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

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

más de 11 años hace | 0

Pregunta


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;

más de 11 años hace | 2 respuestas | 0

2

respuestas