... at <
It is on avoiding blowups when doing Gauss Jordan solution of linear nxn equations.
Sourcecode is separately available at <
Additional GuruGrams at <
... at <
It is on avoiding blowups when doing Gauss Jordan solution of linear nxn equations.
Sourcecode is separately available at <
Additional GuruGrams at <
Easy.
Open MATLAB, or if you prefer, GNU Octave,
block = [data]; y = rref(block);
For e.g. a 3x3 inhomogeneous system Ax = b, specify block = [A1, A2, A3, b1; ...], a 4x3 matrix. Result (if nonsingular) is the identify matrix with the rightmost column equal to the result (i.e., x1 + 0 + 0 = y1, ...).
Tim
And the results for a 65x65 set of linear equations are... ?
Have something to add? Share your thoughts — no account required.
Ask the community — no account required