optimization and solver in linear multivariate equation
Show older comments
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
Answers (1)
Matt J
on 13 Nov 2013
0 votes
Hint: see the linprog() command
Categories
Find more on Linear Programming and Mixed-Integer Linear 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!