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

조회 수: 5 (최근 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?

답변 (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 CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by