Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 5.872930e-17.
    6 views (last 30 days)
  
       Show older comments
    
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 Comments
  Mathieu NOE
      
 on 5 Feb 2021
				hi
the issue is to make sure that this square matrix can be inverted - so how is this matrix generated ? 
Answers (1)
  Jan
      
      
 on 5 Feb 2021
        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.
0 Comments
See Also
Categories
				Find more on Linear Algebra in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


