フィルターのクリア

Sparse matrix calculate warning: Matrix is close to singular or badly scaled.

2 ビュー (過去 30 日間)
Benyang Hu
Benyang Hu 2022 年 3 月 25 日
回答済み: Mohammed Hamaidi 2022 年 3 月 26 日
I am using two around 9 million sparse matrix to do a sample calculation. MATLAB is giving me this warning. How should I correct this?
>> displacement = K_matrix_sys\F_matrix;
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.326659e-16.
K_matrix_sys is sysmetric matrix, F_matrix is same size array. How should I fix this? Where should I start to check with?
  2 件のコメント
Walter Roberson
Walter Roberson 2022 年 3 月 25 日
what does sprank() report for the matrix?
Benyang Hu
Benyang Hu 2022 年 3 月 25 日
report a number 9480516. This is the size of matrix

サインインしてコメントする。

回答 (1 件)

Mohammed Hamaidi
Mohammed Hamaidi 2022 年 3 月 26 日
You don't have to correct any thing.
The matrix is ​​close to singular (the determinant close to zero)
Matlab indicate that Results may be inaccurate.
The problem is in the matrix itself

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by