Singular Matrices: Is the Matlab algorithm for CONDITON NUMBER always stable ?
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Richard Brown
2019 年 11 月 7 日
The algorithm for condition number uses the SVD, not LU factorisation and is perfectly stable.
1 件のコメント
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 Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!