Gauss-Jordan-Reduction or Reduced-Row-Echelon

Matrix Operation - Reduced Row Echelon Form aka Gauss Jordan Elimination Form
187 Downloads
Updated 11 Dec 2019

View License

function reducedM = gaussJordanReduction(M)

% input M is any axb matrix
% output reducedM is the reduced row echelon form of M

Cite As

Ridwan Alam (2024). Gauss-Jordan-Reduction or Reduced-Row-Echelon (https://www.mathworks.com/matlabcentral/fileexchange/73567-gauss-jordan-reduction-or-reduced-row-echelon), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.2

changed loops with vector operations; acknowledgment: Guillaume

1.0.0.1

title change :P

1.0.0