edited by
27,411 views
79 votes
79 votes

Consider a matrix P whose only eigenvectors are the multiples of $\begin{bmatrix} 1 \\ 4 \end{bmatrix}$.

Consider the following statements.

  1. P does not have an inverse
  2. P has a repeated eigenvalue
  3. P cannot be diagonalized

Which one of the following options is correct?

  1. Only I and III are necessarily true
  2. Only II is necessarily true
  3. Only I and II are necessarily true
  4. Only II and III are necessarily true
edited by

7 Answers

1 votes
1 votes
I think this is the correct solution, here goes:

First of all, the eigen vector is a 2 x 1 matrix, suggesting that there are 2 eigen values. They're either distinct, or not.
If they're distinct, then the eigen vectors corresponding to them would be linearly independent, hence P would be diagonalizable.

But in the question, it is mentioned that the only eigen vectors it has are multiples of [1 4]. No pair of vectors from this set would be linearly dependent, hence P cannot be diagonalized, and the two eigen values are the same.
1 votes
1 votes

Eigenvectors of matrix P =  k$\begin{bmatrix}1 \\ 4 \end{bmatrix}$ 

Here,

  • k denotes free variable
  • $\begin{bmatrix}1 \\ 4 \end{bmatrix}$ denotes matrix P has only one Linearly independent eigenvector

Statement I. For matrix to have inverse, we need to know either λ=0 or not

Statement II. Since, eigenvector is multiple of k , so it must have repeated eigen values

Statement III. A matrix can be diagonalizable iff it has n LI eigen vectors. 

So only statement II, III are true

edited by
Answer:

Related questions

24 votes
24 votes
6 answers
1
gatecse asked Feb 14, 2018
10,315 views
Consider a matrix $A= uv^T$ where $u=\begin{pmatrix}1 \\ 2 \end{pmatrix} , v = \begin{pmatrix}1 \\1 \end{pmatrix}$. Note that $v^T$ denotes the transpose of $v$. The larg...
18 votes
18 votes
5 answers
2
Arjun asked Feb 18, 2021
15,611 views
Consider the following matrix.$$\begin{pmatrix} 0 & 1 & 1 & 1\\ 1& 0& 1 & 1\\ 1& 1 & 0 & 1 \\1 & 1 & 1 & 0 \end{pmatrix}$$The largest eigenvalue of the above matrix is __...