Effacer les filtres
Effacer les filtres

Solve linear equation optimization

1 vue (au cours des 30 derniers jours)
Vibe
Vibe le 17 Juin 2023
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

Réponses (2)

Torsten
Torsten le 17 Juin 2023
Déplacé(e) : Torsten le 17 Juin 2023
Set up and solve your problem using "linprog":
  3 commentaires
John D'Errico
John D'Errico le 17 Juin 2023
This is not an Excel forum, so we won't teach you how to solve it using Excel.
Vibe
Vibe le 17 Juin 2023
can you teahme with anexample

Connectez-vous pour commenter.


Alan Weiss
Alan Weiss le 20 Juin 2023
You might find the examples in the linprog documentation useful.
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!

Translated by