edited by
508 views
2 2 votes

Consider the following matrix:
\[
A=\left[\begin{array}{lll}
3 & 0 & 1 \\
0 & 2 & 0 \\
x & 0 & 1
\end{array}\right]
\]
If all eigenvalues of the matrix are the same, what is the value of $x$ ?

  1. $2$
  2. $-2$
  3. $1$
  4. $-1$
  5. $0$

     

2 Answers

4 4 votes
Just Find the Determinant of the matrix it will be 6-2x and one by one substitute all the values of x then you will realize that at x=-1 then determinant is 8 so 8 can be written as 2*2*2 basic factors so yes. 2,2,2 is the eigen values and it is given in question eigen values are same so yes answer is -1 which is option D.
2 2 votes
Sum of Eigen values = Tr(A)  i.e, sum of Diagonal elements

So, Sum of Eigen values = 3 + 2 + 1 = 6

It is given that all the eigen value are same. So it is 2 , 2, 2

Now, Product of Eigen values = det ( A )

         2 × 2 × 2 = det (A)

                     8  =  6 - 2x

            So, x = -1

Hence, The correct answer is (d)  -1.
Answer:
Position:
Show:

Related questions

2 2 votes
1 1 answer
397
397 views
Shubham Sharma 2 asked Jun 16, 2025
397 views
Let $m, n$ be positive integers such that $10 \leq m \leq n$. Let $A$ be an $m \times n$ matrix with real entries. Let $v$ be a unit vector in $\mathbb{R}^{n}$ with the m...
3 3 votes
2 2 answers
409
409 views
Shubham Sharma 2 asked Jun 16, 2025
409 views
Consider the collection $\mathcal{C}$ of all possible $n \times n$ matrices with entries in $\{1, \ldots, n\}$ that obey the following property: every row of $M$ is a per...
1 1 vote
2 2 answers
330
330 views
Shubham Sharma 2 asked Jun 16, 2025
330 views
Let\[A=\left(\begin{array}{lll}1 & 2 & 1 \\2 & 1 & 2 \\1 & 2 & 1\end{array}\right)\]Consider the following statements:$A$ has a positive eigenvalue.$A$ has a negative eig...
0 0 votes
1 1 answer
352
352 views
admin asked Jan 19, 2024
352 views
For any symmetric real matrix $A$, let $\lambda(A)$ denote the largest eigenvalue of $A$. Let $S$ be the set of positive definite symmetric $3 \times 3$ real matrices. Wh...