필터 지우기
필터 지우기

Reduced Row Echelon Form for Specified Rank

조회 수: 3 (최근 30일)
Sam Polk
Sam Polk 2021년 6월 21일
댓글: Sharmin Kibria 2021년 6월 25일
I have a very ill-conditioned matrix A that I know has theoretical rank . I want to convert this mtarix to reduced row echelon form, but because of the ill conditioning of this matrix, too many rows are set to zero by the rref MATLAB built-in. I believe that this has to do with the ill-conditioning of the problem. How do I enforce a condition on the rank of A when using the rref built-in?
Thank you!
  댓글 수: 1
Sharmin Kibria
Sharmin Kibria 2021년 6월 25일
Hi Sam,
rref accepts a tolerance option. Maybe you can try changing the tolerance value in rref to ensure the rows are not set to zeros.
https://www.mathworks.com/help/matlab/ref/rref.html?searchHighlight=rref&s_tid=srchtitle#d123e1181996

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by