photo

April


Last seen: 2 years 前 自 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...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 1 个回答 | 0

1

个回答