11,135 views
41 votes
41 votes

Which one of the following statements is TRUE about every $n \times n$ matrix with only real eigenvalues?

  1. If the trace of the matrix is positive and the determinant of the matrix is negative, at least one of its eigenvalues is negative.
  2. If the trace of the matrix is positive, all its eigenvalues are positive.
  3. If the determinant of the matrix is positive, all its eigenvalues are positive.
  4. If the product of the trace and determinant of the matrix is positive, all its eigenvalues are positive.

3 Answers

Best answer
48 votes
48 votes
Trace is the sum of all diagonal elements of a square matrix.
Determinant of a matrix = Product of eigen values.

$(A)$ Is the right answer. To have the determinant negative, at least one eigen value has to be negative (but reverse may not be true).
We can take simple example with upper or lower triangular matrices. For options $(b) , (c)$ and $(d)$ reverse is always true.
14 votes
14 votes

Taking a simple example we can get a clear idea.
Let matrix A be

10 0 0
0 -2 0
0 0 -4

 Here trace(A)=4 and determinant(A)=80.

As matrix is diagonal matrix the principal diagonal elements are the eigenvalues for matrix A.


Even though a trace of a matrix is positive we have two negative eigenvalues(i.e. -2,-4). So option B is false.

Even though determinant of a matrix is positive we have two negative eigenvalues(i.e. -2,-4). So option C is false.

the product of trace and determinant is 320 which is positive still we have two negative eigenvalues(i.e. -2,-4). So option D is false.

Now if the determinant is negative then at least one eigenvalue of the matrix is negative because the product of eigenvalues of a given matrix is equal to the determinant of a given matrix.
So OPTION A is True.

1 votes
1 votes

Let’s consider a 2x2 matrix P consisting of elements 

a   0

0   b

We know that trace of a matrix  = sum of its eigen values 

and determinant of a matrix = product of its eigen values

hence, tr(P) = a+b and det(P) = ab holds true.


Now, option A says that

if the trace of the matrix is positive and the determinant of the matrix is negative, at least one of its eigenvalues is negative,

which means if trace is positive there are two ways :

1. either both a and b are positive or

2 one is positive and other is negative.​​​​​​​

we are given that determinant is negative which means the product ab is negative. This happens only when one of either a and b is negative. 

Hence option A is correct.


option B says that

If the trace of the matrix is positive, all its eigenvalues are positive.

As discussed above that it is not necessary that a and b are always positive. It’s because any one of a or b (which is greater) can be positive and other can be negative (the smaller value) and still the sum would result to positive. (Just like 9+(-2)). Also a good mention of real eigenvalues in the question supports this very fact.

Hence option B is not correct.


option C says that

If the determinant of the matrix is positive, all its eigenvalues are positive.

This is simple. if det(P) = ab is positive there can be two cases:

  1. both a and b are positive 
  2. both a and b are negative.

Hence option C is not correct.


option D says that

If the product of the trace and determinant of the matrix is positive, all its eigenvalues are positive.

If trace (P) * det (P) = ab * (a+b) is positive it means

  1. both trace and determinant are positive.
  2. both trace and determinant are negative.

First case is trivial one, let’s look onto second case

if trace (P) = a+b is negative then one of them is sure to be negative . Also if det (P) = ab is negative then one of a or b is negative which contradicts the above statement that  all eigenvalues are positive.

Hence option D is not correct.


The crux is in the fact that the sum of the eigenvalues is the trace of the matrix and product of the eigenvalues is determinant of the matrix. Rest is simple thinking.

Hope it helps.

Answer:

Related questions

35 votes
35 votes
2 answers
1
go_editor asked Sep 28, 2014
10,585 views
If $V_1$ and $V_2$ are $4$-dimensional subspaces of a $6$-dimensional vector space $V$, then the smallest possible dimension of $V_1 \cap V_2$ is _____.
97 votes
97 votes
8 answers
2
go_editor asked Sep 28, 2014
36,936 views
The product of the non-zero eigenvalues of the matrix is ____$\begin{pmatrix} 1 & 0 & 0 & 0 & 1 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 1 & 1 & 1 & 0 \\ 1 & 0 & ...
60 votes
60 votes
4 answers
3
go_editor asked Sep 26, 2014
14,302 views
The value of the dot product of the eigenvectors corresponding to any pair of different eigenvalues of a $4-by-4$ symmetric positive definite matrix is ___________
31 votes
31 votes
9 answers
4