Gauss-Jordan-Reduction or Reduced-Row-Echelon

Matrix Operation - Reduced Row Echelon Form aka Gauss Jordan Elimination Form

You are now following this Submission

function reducedM = gaussJordanReduction(M)

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

Cite As

Ridwan Alam (2026). 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 .

Categories

Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.2

changed loops with vector operations; acknowledgment: Guillaume

1.0.0.1

title change :P

1.0.0