Azzera filtri
Azzera filtri

echolen form of matrix in the matlab

5 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Ameer Hamza
Ameer Hamza il 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

Più risposte (0)

Categorie

Scopri di più su Operating on Diagonal Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by