필터 지우기
필터 지우기

echolen form of matrix in the matlab

조회 수: 5 (최근 30일)
hossen hassanzadth
hossen hassanzadth 2020년 4월 17일
답변: Ameer Hamza 2020년 4월 17일
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