Why Does a 2x2 Matrix [x y; y z] in the PSD Cone Imply x>=0, z>=0, and xz>=y^2?

  • Thread starter Thread starter peterlam
  • Start date Start date
  • Tags Tags
    Cone Positive
peterlam
Messages
16
Reaction score
0
Hi!

If we have a 2x2 matrix [x y;y z] belonging to a positive semidefinite cone. Why is it equivalent to say x>=0, z>=0, and xz>=y^2?

Thanks!
 
Physics news on Phys.org
A matrix is PSD if and only if it's principal minors are nonnegative (see http://en.wikipedia.org/wiki/Positive-definite_matrix#Characterizations").

A 2x2 matrix has three principal minors - the diagonal elements, and the determinant. So x,z >= 0, and xz - y^2 >=0.

I'm sure there is a way to see this without having to use the principal minors characterization though.
 
Last edited by a moderator:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top