필터 지우기
필터 지우기

Inverse of a singular matrix?

조회 수: 6 (최근 30일)
STamer
STamer 2013년 7월 24일
I'm dealing with matrixes and I need to find inverse of them. But unfortunately Matlab has a warning for me.
Warning: Matrix is singular to working precision.
My matrix size are 25*25. It's diagonally dominant. I used "pinv" function however it's not so sufficient. It gives me true results partially. So I'm searching an alternative way to calculate inverse of these matrixes.
Do you have any alternative to "pinv" function?
Thanks and regards.

답변 (1개)

Jan
Jan 2013년 7월 24일
If the matrix is near to singular, a correctly computed inverse is not likely for numerical and mathematical reasons. Why do you assume that pinv is not sufficient?
The warning is equivalent to the reply of NaN when you divide a number by zero. And here it is also not the division, which is not sufficient, but the values.
  댓글 수: 1
STamer
STamer 2013년 7월 24일
"pinv" doesn't give me true results for all matrix elements. It can calculate many of them truly but not all of them. Maybe I should change my input values.

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

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by