Solve linear equation optimization
Mostra commenti meno recenti
Minimize Cost = 456.67x + 1278.07y + 216.33z
Subject to:
0.72x + 0.82y + 0.65z >= 0.77(x + y + z)
0.95x + 0.85y + 0.72z >= 0.78(x + y + z)
0.95x + 0.85y + 0.72z <= 0.88(x + y + z)
0.3(x + y + z) <= 49275
0.7(x + y + z) <= 49275
Risposte (2)
Set up and solve your problem using "linprog":
3 Commenti
Vibe
il 17 Giu 2023
John D'Errico
il 17 Giu 2023
This is not an Excel forum, so we won't teach you how to solve it using Excel.
Vibe
il 17 Giu 2023
Alan Weiss
il 20 Giu 2023
0 voti
Alan Weiss
MATLAB mathematical toolbox documentation
Categorie
Scopri di più su Solver Outputs and Iterative Display in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!