Feeds
質問
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...
11年以上 前 | 0 件の回答 | 0
0
回答回答済み
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...
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...
約13年 前 | 0
質問
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;
約13年 前 | 2 件の回答 | 0
