photo

Rabia Sonmez


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 1
  • Solver
  • Promoter

バッジを表示

Feeds

表示方法

質問


Using a triangular distribution in a Monte Carlo simulation
Hello everyone. I am trying to simulate Monte Carlo analysis using a triangular distribution. I have 10 different subassemblies ...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


Partial pivoting row swapping
a=[1 4 3 5;2 0 2 6;1 1 0 5;1 2 3 4]; b=[5;6;7;10] ab=[a b] for i=1,3 if ab(i,i)< abs(max(ab(:,i))) piv=ab(i,:) ...

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

1

回答

質問


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-4.
a=[1 1 3;2 0 2;1 1 0;]; b=[5;6;7] ab=[a b] %pivot 1,1 % if ab(1,1)< abs(max(ab(:,1))) piv=ab(1,:) ab(1,:)=ab...

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

1

回答