Gauss-Jordan-Reduction or Reduced-Row-Echelon

バージョン 1.0.0.2 (1.25 KB) 作成者: Ridwan Alam
Matrix Operation - Reduced Row Echelon Form aka Gauss Jordan Elimination Form
ダウンロード: 202
更新 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 Center および MATLAB AnswersNumerical 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