equation - optimization of constrained problems with three variables in matlab -


i have equation

f(x) = (x3+2).x1.x2^x2 

subject

g(x) = 1-(x2.x2.x3)/71785.x1^4 <= 0 

where 0.05 <= x1 <= 2,0.25<=1.3, , 2<=x3<=15

how solve 3 variables different interval of values ?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -