Matrix with exactly zero determinant has inverse. Is that possible?

10 views (last 30 days)
I'm creating a sparse matrix by MATLAB that is symmetric using the FEM method. The determinant of the matrix is zero (exactly), but the matrix has inverse, and the determinant of the inverse is inf. How it is possible?
  1 Comment
Guillaume
Guillaume on 27 Feb 2015
How do you calculate the determinant and more importantly how do you know it is exactly 0?
Remember that computers store numbers with finite precision and that accumulation errors can make a number appear as zero when it is not.

Sign in to comment.

Answers (0)

Categories

Find more on Creating and Concatenating Matrices 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!