optimization and solver in linear multivariate equation
이전 댓글 표시
i have a questions, i want to make something called X, Y and Z.
X need 0.25 gram iron,0.4 gram cromium, 0.5 bronze Y need 0.35 gram iron,0.54 gram cromium, 0.45 bronze Z need 0.15 gram iron,0.4 gram cromium, 0.52 bronze
number iron is available 5 gram number chromium is available 7 gram number bronze is available 4 gram
other required, the volume maximize 50 unit X need 2.5 units, Y need 1 unit, Z need 3 unit the question, how much the number maximize of X Y Z ?
can the matlab help my problem? what can i must to do? thx
답변 (1개)
Matt J
2013년 11월 13일
0 개 추천
Hint: see the linprog() command
카테고리
도움말 센터 및 File Exchange에서 Linear Programming and Mixed-Integer Linear Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!