how to check that the inverse is exist of a matrices or not ??

Find Determinant of the matrix.
If the determinant is zero, then inverse doesn't exist.
If the determinant value is non zero, then inverse does exist.

  • 3
Check for the singularity of the matrix. i.e., check if determinant of that matrix is equal to 0 or not. If no then the matrix is invertible.
  • 0
What are you looking for?