Borrar filtros
Borrar filtros

echolen form of matrix in the matlab

5 visualizaciones (últimos 30 días)
hossen hassanzadth
hossen hassanzadth el 17 de Abr. de 2020
Respondida: Ameer Hamza el 17 de Abr. de 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.

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 17 de Abr. de 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

Más respuestas (0)

Categorías

Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by