Singular Matrices: Is the Matlab algorithm for CONDITON NUMBER always stable ?

조회 수: 1 (최근 30일)
Richard Coates
Richard Coates 2019년 11월 7일
댓글: John D'Errico 2019년 11월 7일
Their documentation says that their algorithm for determinants can be unstable because of problems with LU factorization.
Their documenatio for cindition number - COND - does not mention stability problems, even though some algorithms use LU factorization I believe.

답변 (1개)

Richard Brown
Richard Brown 2019년 11월 7일
The algorithm for condition number uses the SVD, not LU factorisation and is perfectly stable.
  댓글 수: 1
John D'Errico
John D'Errico 2019년 11월 7일
Yes. As well, there are very few cases where you really want to use det for anything anyway. You certainly never want to use it to determine the singularity of a matrix, despite what they always teach students in class.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by