Community Profile

photo

David Velo


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I am trying to solve the x's, however my answer keeps getting the same answer as matrix b, it should not be generating the same numbers. It should be solving using back substiution in the end of the code
function x = Gauss2(A,b); % Solve linear system Ax = b % using Gaussian elimination without pivoting % A is an n by n matrix ...

5 years ago | 0 answers | 0

0

answers

Question


Why do I get NaN values? How to Fix?
function x = Gauss2(A,b); % Solve linear system Ax = b % using Gaussian elimination without pivoting % A is an n by n matrix ...

5 years ago | 1 answer | 0

1

answer

Question


How do I fix index, I keep getting an error
function x = Gauss2(A,b); % Solve linear system Ax = b % using Gaussian elimination without pivoting % A is an n by n matrix ...

5 years ago | 1 answer | 0

1

answer