19,599 views
67 67 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.

6 Answers

Best answer
73 73 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.
• edited by
20 20 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.

3 3 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.

0 0 votes

TRACE = Addition of all eigen values -------1

DETERMINANT = product of all eigen values -----2

Explanation : 

                  -> By 2 We know that in the multiplication one of the value is negative then whole product becomes negative 

                  -> Apply the same logic here one of the eigen value is negative then product of all eigen values becomes negative hence determinant becomes negative

 

HENCE OPTION A) IS CORRECT

 

0 0 votes
Answer: A

$$\text{Which one of the following statements is TRUE about every } n \times n \text{ matrix}$$

 

Since the question mentions "for every matrix", best way is eliminating options. 

 

Let n=2 for simplicity

 

Option B: FALSE ❌

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

$$\text{Let } \lambda_1=5 \text{ and } \lambda_2=-3 \text{ then trace = 5 - 3 = 2 (positive) but } \lambda_2 \text{ is negative.}$$

 

Option C: FALSE ❌

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

$$\text{Let } \lambda_1=-5 \text{ and } \lambda_2=-3 \text{ then determinant = 5 x 3 = 15 (positive) but both eigenvalues are negative.}$$

 

Option D: FALSE ❌

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

If the product of the trace and determinant of the matrix is positive,  both trace and determinant can simultaneously be negative meaning atleast one eigenvalue is negative.

0 0 votes

option A.

 Trace is positive but determinant is negative. then atleast one of its eigen value is negative - TRUE

determinant becomes negative if there is an odd number of -ve eigen values.

option B.

trace is positive, so all eigen values are positive - FALSE

suppose 2X2  matrix has eigen value 4,-2; still we get trace as +2. 

option C

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

suppose 2X2  matrix has eigen value -2,-3; still we get deteminant as +6.

 

option D

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

  case 1: trace and determinant both are positive.     

                  3X3 matrix with eigen values 4,-2,-1 ->  trace =+1 determinant =+8

   

case 2: trace and determinant both are negative.     

                  3X3 matrix with eigen values -4,1,2 ->  trace =-1 determinant =-8

 

 

Answer:
Position:
Show:

Related questions

9 9 votes
5 answers 5 answers
8.9k
8.9k views
go_editor asked Sep 28, 2014
8,889 views
In the context of modular software design, which one of the following combinations is desirable?High cohesion and high couplingHigh cohesion and low couplingLow cohesion ...
54 54 votes
5 5 answers
18.8k
18.8k views
go_editor asked Sep 28, 2014
18,834 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 _____.
200 200 votes
28 28 answers
66.9k
66.9k views
go_editor asked Sep 28, 2014
66,874 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 & ...
110 110 votes
10 answers 10 answers
26.6k
26.6k views
go_editor asked Sep 26, 2014
26,625 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 ___________