photo

April


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Minimal spanning tree problem
W = [1 4 3 3 9 7 5 10 5 8 6]; a=[1 2 4 2 1 1 1 6 3 5 2]; b=[2 4 6 5 5 4 3 3 4 4 3]; DG = sparse(a,b,W); UG = tril(DG + DG...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Please help me with this error!
W = [1 4 3 3 9 7 5 10 5 8 6]; a=[1 2 4 2 1 1 1 3 3 4 2]; b=[2 4 6 5 5 4 3 6 4 5 3]; DG = sparse(a,b,W); % tril returns t...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Minimization with linear contrainsts
I tried to get the minimum value of the objective function z=3*x1, but the result I got was z=45, x1=15 which I believe that are...

4年弱 前 | 1 件の回答 | 0

1

回答