- #1
matqkks
- 285
- 5
Can we compare matrices?
If A-B>0 is positive definite, can we say A>B?
If A-B>0 is positive definite, can we say A>B?
matqkks said:Can we compare matrices? If A-B>0 is positive definite, can we say A>B?
matqkks said:I meant A-B is positive definite. Don't not mean your first definition.
A positive definite matrix is a square matrix where all the eigenvalues are positive. This means that when multiplied by any non-zero vector, the resulting vector will always have a positive dot product with itself.
To compare two matrices A and B, you can subtract B from A and then check if the resulting matrix is positive definite. If the resulting matrix has all positive eigenvalues, then A-B is positive definite and A is considered to be greater than B.
A-B>0 means that the resulting matrix after subtracting B from A is positive definite. This notation is used to represent that matrix A is greater than matrix B in terms of positive definiteness.
No, a matrix cannot be positive definite if it has negative eigenvalues. A positive definite matrix must have all positive eigenvalues.
Comparing matrices for positive definiteness is commonly used in various fields such as physics, engineering, and computer science. It is used to determine the stability of dynamic systems, solve optimization problems, and analyze the convergence of algorithms, among others.