Community Profile

photo

Susanna Westersund


Last seen: casi 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta