edited by
1,940 views
9 votes
9 votes

$A$ is symmetric positive definite matrix ( i.e., $x^{T} Ax > 0$ for all non zero $x$). Which of the following statements is false?

  1. At least one element is positive.
  2. All eigen values are positive real. 
  3. Sum of the diagonal elements is positive.
  4. det (A) is positive.
  5. None of the above.
edited by

2 Answers

Best answer
4 votes
4 votes

$x^TAx>0$ means that matrix is positive definite. And properties of positive definite matrix (relevant to question) is :

  • All its eigen values are positive.

Let's consider a $3*3$ matrix for simplicity.

  1. Trace(A) = sum of eigen values = positive
  2. Det(A) = product of eigen values = positive

Take any matrix and try to anlayse the validity of these points.

So, (E) is the answer here. 

selected by
1 votes
1 votes
ALL eigenvalues will be positive as X^TAX>-0

As eigen values ppositive so the trace of matrix i.e sum of diagonal elements are positive

Det(a) also positive as all eigen values are positive

Only Option (A) may or may not always follow

A is the answer here
Answer:

Related questions