Solve linear equation optimization

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

回答 (2 件)

Torsten
Torsten 2023 年 6 月 17 日
移動済み: Torsten 2023 年 6 月 17 日

0 投票

Set up and solve your problem using "linprog":

3 件のコメント

Vibe
Vibe 2023 年 6 月 17 日
Thats the problem, I seem not toable to input and understand in inputting it in excel solve
John D'Errico
John D'Errico 2023 年 6 月 17 日
This is not an Excel forum, so we won't teach you how to solve it using Excel.
Vibe
Vibe 2023 年 6 月 17 日
can you teahme with anexample

サインインしてコメントする。

Alan Weiss
Alan Weiss 2023 年 6 月 20 日

0 投票

You might find the examples in the linprog documentation useful.
Alan Weiss
MATLAB mathematical toolbox documentation

カテゴリ

質問済み:

2023 年 6 月 17 日

回答済み:

2023 年 6 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by