Singularity of Positive Semi Definite Matrices

In summary, there are a few different ways to check for singularity in a sparse symmetric positive semi-definite matrix, including checking for zero rows or columns, linearly dependent rows or columns, using the rank-deficiency theorem, looking for zero eigenvalues, and utilizing the Gershgorin circle theorem.
  • #1
fawaz1
3
0
Hello,I'm given a sparse symmetric positive semi definite matrix and I want to check whether it is singular or not.What's a quick way to do that? (I can't do any kind of factorization because the matrix can be huge)I know the following:- if any of the diagonal entries is zero, then the matrix is singular (because then I have a row and a column of zeros)- If I multiply the matrix by a vector of ones and I get zeros everywhere, then the matrix is singular.What other cases am I missing?Thank youMohammad
 
Physics news on Phys.org
  • #2


Hi Mohammad,

There are a few other cases you could consider when checking for singularity in a sparse symmetric positive semi-definite matrix. Here are a few suggestions:

1. Check for any zero rows or columns: If a row or column contains all zeros, then the matrix is singular.

2. Look for linearly dependent rows or columns: If two or more rows or columns are linearly dependent, then the matrix is singular.

3. Use the rank-deficiency theorem: If the rank of the matrix is less than the number of rows or columns, then the matrix is singular.

4. Check for zero eigenvalues: If any of the eigenvalues of the matrix are zero, then the matrix is singular.

5. Utilize the Gershgorin circle theorem: This theorem states that the eigenvalues of a matrix are contained within the union of the Gershgorin circles, which are defined by the diagonal entries and the sum of the absolute values of the off-diagonal entries in each row. If all the Gershgorin circles are contained within the origin, then the matrix is singular.

I hope these suggestions help you in quickly determining singularity in your matrix. Good luck with your research!
 

FAQ: Singularity of Positive Semi Definite Matrices

What is the definition of a positive semi definite matrix?

A positive semi definite matrix is a square matrix where all of its eigenvalues are non-negative. This means that when the matrix is multiplied by any non-zero vector, the resulting vector will have a positive or zero dot product with itself.

How is a positive semi definite matrix different from a positive definite matrix?

A positive semi definite matrix can have eigenvalues equal to zero, while a positive definite matrix must have all positive eigenvalues. This means that a positive definite matrix is always invertible, while a positive semi definite matrix may not be invertible.

What are the applications of positive semi definite matrices?

Positive semi definite matrices have many applications in various fields such as engineering, physics, and computer science. They are commonly used in optimization problems, control theory, and statistical analysis.

Can a matrix be both positive semi definite and positive definite?

No, a matrix cannot be both positive semi definite and positive definite. If all of the eigenvalues of a matrix are positive, then it is positive definite. If all of the eigenvalues are non-negative, then it is positive semi definite.

How is the singularity of a positive semi definite matrix determined?

The singularity of a positive semi definite matrix can be determined by checking if it has any zero eigenvalues. If it has at least one zero eigenvalue, then it is singular. This can also be checked by calculating the matrix's determinant, which will be zero for a singular matrix.

Similar threads

Replies
12
Views
2K
Replies
14
Views
2K
Replies
5
Views
1K
Replies
2
Views
4K
Replies
1
Views
2K
Replies
1
Views
9K
Replies
1
Views
2K
Back
Top