Statistics
3 Questions
0 Answers
RANK
298,872
of 301,555
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,323
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,367
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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 ...
7 years ago | 0 answers | 0
0
answersQuestion
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 ...
7 years ago | 1 answer | 0
1
answerQuestion
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 ...
7 years ago | 1 answer | 0
