Gauss-Jordan-Reduction or Reduced-Row-Echelon

版本 1.0.0.2 (1.3 KB) 作者: Ridwan Alam
Matrix Operation - Reduced Row Echelon Form aka Gauss Jordan Elimination Form
202.0 次下载
更新时间 2019/12/11

查看许可证

function reducedM = gaussJordanReduction(M)

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

引用格式

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. 检索时间: .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Numerical Integration and Differential Equations 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.2

changed loops with vector operations; acknowledgment: Guillaume

1.0.0.1

title change :P

1.0.0