Effacer les filtres
Effacer les filtres

echolen form of matrix in the matlab

5 vues (au cours des 30 derniers jours)
hossen hassanzadth
hossen hassanzadth le 17 Avr 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.

Réponse acceptée

Ameer Hamza
Ameer Hamza le 17 Avr 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

Plus de réponses (0)

Catégories

En savoir plus sur Operating on Diagonal Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by