photo

Javier Garcia


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
180,549
of 301,432

評判
0

コントリビューション
3 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,280

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,555

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How do I minimize a function graphically?
I am trying to minimize f (x1, x2) = (x1 − 1)^2 + (x2 − 5)^2 subject to −x1^2 + x2 ≤ 4 −(x1 − 2)^2 + x2 ≤ 3 My MATLAB code...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


I'm trying to maximize the following function given the constraints using linprog, but I can't seem to figure it out. What am I doing wrong?
Maximize f= 5x+2y subject to 3x + 4y ≤ 24 x − y ≤ 3 x + 4y ≤ 4 3x + y ≥ 3 x ≥ 0, y ≥ 0 MATLAB CODE: clc, clear all ...

4年以上 前 | 1 件の回答 | 0

1

回答