Getting a warning while finding an inverse
Ältere Kommentare anzeigen
Dear Sir/Madam,
I am getting a warning while finding an inverse of a matrix as follows: Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.024137e-017 how to resolve it?
1 Kommentar
Alireza Mehrabi
am 28 Aug. 2022
Use A\b instead of b*inv(A)
Antworten (1)
Pourya Alinezhad
am 10 Jun. 2013
0 Stimmen
your matrix is singular.it means that it's determinant is close to zero or actually zero.or even perhaps if you are sure that it's non-singular ,round off errors may result this warning.. check your matrix to see if it's invertible or not...
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!