photo

Rabia Sonmez


Last seen: meer dan 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver
  • Promoter

View badges

Feeds

View by

Question


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 ...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


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,:) ...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 3 jaar ago | 1 answer | 0

1

answer