echolen form of matrix in the matlab

5 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by