Community Profile

photo

Rabia Sonmez


Last seen: 2 years ago Active since 2021

Statistics

All
  • Thankful Level 1
  • Solver
  • Promoter

View badges

Content Feed

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

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

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

2 years ago | 1 answer | 0

1

answer