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
Show older comments
minimize(((3.5*log((((1.2* x)+1))/log(2))))-lamda*((((1/(1^2)*x))-10)));
% subject to
% lamda>=0;
Accepted Answer
More Answers (1)
Hiba Bawab
on 7 Nov 2012
0 votes
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!