How do i find the optimum variable values to maximise a Function?
3 ビュー (過去 30 日間)
古いコメントを表示
Say, I have a fucntion y given by
y = au+bv+zw where u,v and w are variables.
How do i find the values of variables such that maximum value of y is obtained? I have a range of values for the variables. I wanna know which variable should be given more importance.
Thank you
0 件のコメント
回答 (1 件)
Jan
2021 年 4 月 28 日
y = au+bv+zw is maximal, if all u,v,w are maximal, if a,b,z are positive. For negative parameters, use the minimal allowed value.
Something is missing. Maybe the sum u+v+w is limited?
2 件のコメント
Alan Weiss
2021 年 4 月 29 日
Perhaps you have a linear programming problem. See linprog and the linear programming documentation.
Alan Weiss
MATLAB mathematical toolbox documentation
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!