matqkks
- 283
- 6
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?
The discussion confirms that matrices can be compared using the notation A > B, which is valid when A - B is positive definite. This establishes a strict partial ordering for N x N matrices. Additionally, it is noted that if A > B and B > C, then A - C is also positive definite, demonstrating the transitivity of this ordering. The discussion emphasizes that both positive definite and positive semidefinite conditions are crucial for these comparisons.
PREREQUISITESMathematicians, data scientists, and anyone involved in linear algebra or optimization who needs to understand matrix comparisons and their implications in various applications.
Yes, this is valid notation. This definition of ##>## gives us a strict partial ordering on the set of ##N\times N## matrices. Similarly, you can define ##A \geq B## if ##A - B## is positive semidefinite.matqkks said:Can we compare matrices?
If A-B>0 is positive definite, can we say A>B?