11,012 views

2 Answers

Best answer
5 votes
5 votes

eigen values are $\lambda1=2,\Lambda2 = 2$

this eigen value must satisfy the characteristic equation,

$\left | A- \lambda I \right | X= 0$

$\Rightarrow \begin{bmatrix} (2-2) &1\\ 0& (2-2) \end{bmatrix}*\begin{bmatrix}x1\\ x2 \end {bmatrix} = 0$

$\Rightarrow \begin{bmatrix} 0 &1\\ 0& 0 \end{bmatrix}*\begin{bmatrix}x1\\ x2 \end {bmatrix} = 0$

$\Rightarrow 0*x1 + 1*x2 = 0 $

$\Rightarrow x2 = 0 $

let  $ x1 =k$

So the eigen vector corresponding to $\lambda1 = 2 $ will be $\begin {bmatrix} k\\ 0 \end {bmatrix} $

There are possible infinite many eigen vectors but all those linearly dependent on each other because you always get some constant to satisfy $C1*X1 + C2*X2 = 0$ So only one linearly independent eigen vector possible.

selected by
20 votes
20 votes

No of linearly independant (distinct) eigen vectors = No of distinct eigrn values.

Here, as it is an upper triangular matrix, eigen values are 2,2. Distinct value = 2

Thus. only 1 vector. Hence, option (B).

-------------------------------------------------------------------------

Btw, lot of people are confused between linearly independent eigen vectors, linearly independent solutions and linearly independent Rows or Columns. Here is a quick solution to solve such problems....

**Linearly Independent ............

1) Eigen Vectors : No. of distinct Eigen values

2) Solutions : N-R (i.e, Variables - Rank)

3) Rows or Columns : R 

----------------------------------------------------------------------------

There are many questions in the past for all 3 types mentioned above. Do practice it well :)

Related questions

3 votes
3 votes
1 answer
1
Himanshu1 asked Jan 2, 2016
2,411 views
Consider a 3 x 3 real symmetric matrix S such that two of its eigen values are a ≠ 0 , b ≠ 0 with respective Eigen vectors [ x1 x2 x3 ] , [ y1 y2 y3 ] . If a &ne...
0 votes
0 votes
1 answer
3
atulcse asked Jan 13, 2022
404 views
What are the eigenvalues of the following matrix?
0 votes
0 votes
0 answers
4
atulcse asked Jan 13, 2022
415 views
If 2 and -4 are the eigenvalues of a non-singular matrix A and |A| = -8, then the eigenvalues of adj(A) are x and -y. What is the value of x+y?