What makes a matrix positive ?

  • Thread starter Thread starter Aosunni
  • Start date Start date
  • Tags Tags
    Matrix Positive
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Aosunni
Messages
2
Reaction score
0

Homework Statement



Find an example with 2 * 2 matrices for which: 0 (= or < ) a (= or < ) b does not imply a 2 (= or <) b2.

the trace and the determinant of both a and b matrices should be positive !

Homework Equations


The Attempt at a Solution



i just need to know 2 things :

1- is there an ordering operation over matrices ? how is it determined ?
2- what makes a matrix larger than or equal to zero ??
 
Last edited:
Physics news on Phys.org
now i found these two matrices :

a =
1 2
-1 0

b=
1 2
-1 0


a2 =
-1 2
-1 -2

b2 =
1 4
0 1

is it a valid answer for the question ?
 
The definition of a positive definite matrix is x*Mx>0 for all non-zero vectors x. The wiki page above is a good source.

Neither a or b are positive definite matrices. For instance {-1,2}*a{-1,2}=-1 for the a you gave.

This concept can be used to order matrices by saying that a>b if (a-b) is positive definite.

Hope this helps you.

-S