Community Profile

photo

Susanna Westersund


Last seen: nästan 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Gaussian Elimination with Partial Pivoting, how do I swap rows
function output= pivGauss(A) %% Problem Setup % Get the size of the problem (number of equations / unkno...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Matrix inversion and LU Decomposition. Having issues with the for loops and how they reference inputs.
function output =myMatrixInversion(A) %% Problem Setup i=1; n=size(A); AInv=zeros(n,n); L=eye(n); ...

mer än 3 år ago | 1 answer | 0

1

answer