Filter löschen
Filter löschen

echolen form of matrix in the matlab

5 Ansichten (letzte 30 Tage)
hossen hassanzadth
hossen hassanzadth am 17 Apr. 2020
Beantwortet: Ameer Hamza am 17 Apr. 2020
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.

Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 17 Apr. 2020
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

Weitere Antworten (0)

Kategorien

Mehr zu Operating on Diagonal Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by