フィルターのクリア

echolen form of matrix in the matlab

5 ビュー (過去 30 日間)
hossen hassanzadth
hossen hassanzadth 2020 年 4 月 17 日
回答済み: Ameer Hamza 2020 年 4 月 17 日
hi,
I want to find echolen form in the matlab.
I use 'rref' but this give me reduce echolen form. How can I find echolen form in matlab not reduce echolen form.

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 4 月 17 日
The echelon of a matrix is not unique. You can write infinite many of them. One of them can be written using lu factorization.
[~,echelon_form] = lu(A); % A is the input matrix

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOperating on Diagonal Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by