Inverse of a positive semi-definite matrix?

In summary, a positive semi-definite matrix is a square matrix with non-negative eigenvalues that is symmetric. Its inverse is important for solving mathematical and scientific problems, and can be calculated using the Cholesky decomposition method. A positive semi-definite matrix cannot have a zero eigenvalue, and it has many real-world applications in fields such as statistics, physics, and engineering.
  • #1
mikeph
1,235
18
Hi,
If A is some nonsquare matrix that is possible rank-deficient, then am I right to understand that (A^T)(A) is a positive semidefinite matrix? Does there exist an inverse (A^T A)^-1?

Thanks for any help
 
Physics news on Phys.org
  • #2
Any real nxm matrix A will have ATA (and AAT) be positive semidefinite.

Now let A be some matrix all of whose elements are zero. Obviously both ATA and AAT will also be zero matrices (but now square), and obviously, no inverse.

There's a world of difference between positive definite and positive semidefinite.
 

1. 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. In other words, the matrix must be symmetric and all of its eigenvalues must be greater than or equal to zero.

2. What is the significance of the inverse of a positive semi-definite matrix?

The inverse of a positive semi-definite matrix is important because it allows us to solve certain mathematical and scientific problems, such as finding the roots of polynomials or solving systems of linear equations.

3. How is the inverse of a positive semi-definite matrix calculated?

The inverse of a positive semi-definite matrix can be calculated using the Cholesky decomposition method, which involves decomposing the matrix into a lower triangular matrix and its transpose. The inverse can then be obtained using simple matrix operations.

4. Can a positive semi-definite matrix have a zero eigenvalue?

No, a positive semi-definite matrix cannot have a zero eigenvalue. This is because all of its eigenvalues must be non-negative, and a zero eigenvalue would violate this condition.

5. What are some real-world applications of positive semi-definite matrices?

Positive semi-definite matrices have many applications in fields such as statistics, physics, and engineering. They are commonly used in data analysis, optimization problems, and in the study of quantum mechanics.

Similar threads

  • Linear and Abstract Algebra
Replies
8
Views
380
  • Linear and Abstract Algebra
Replies
1
Views
578
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
12
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
7
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
1K
  • Linear and Abstract Algebra
Replies
9
Views
719
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
3
Views
992
Back
Top