Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 5.872930e-17.

조회 수: 2 (최근 30일)
Let A=80*80 matrix
I want to generate inverse of the above matrix and I am getting the warning as "Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 5.872930e-17".
Pls help me
  댓글 수: 3
Murali Krishna AG
Murali Krishna AG 2021년 2월 4일
In my program I use inverse of the matrix like below. But getting this error "Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 5.872930e-17".
a = inv(matrix);
The result of inverse matrix has to be used in my program
Mathieu NOE
Mathieu NOE 2021년 2월 5일
hi
the issue is to make sure that this square matrix can be inverted - so how is this matrix generated ?

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

답변 (1개)

Jan
Jan 2021년 2월 5일
The error message tells you, that your matrix is near to be singular. Then it cannot be converted reliably, because the result is dominated by rounding errors.
This means, that there is a mathematical problem, which is not related to Matlab.

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by