Make a matrix defective if possible

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 9K views
Dustinsfl
Messages
2,217
Reaction score
5
[tex]\begin{bmatrix}<br /> 1 & 1 & 0\\ <br /> 1 & 1 & 0\\ <br /> 0 & 0 & \alpha<br /> \end{bmatrix}[/tex] and [itex]det(A-\lambda I)=\lambda(\alpha-\lambda)(\lambda-2)=0[/itex]

Therefore, [itex]\lambda_1=0[/itex], [itex]\lambda_2=\alpha[/itex], and [itex]\lambda_3=2[/itex].

In order to make this matrix defective, I need to make the left two column vectors dependent[tex]\begin{bmatrix}<br /> 1-\alpha & 1 & 0\\ <br /> 1 & 1-\alpha & 0\\ <br /> 0 & 0 & 0<br /> \end{bmatrix}[/tex].

Is there an easy way to find or determine if this can be done for a given matrix?
 
Physics news on Phys.org
I am thinking the only way this will work if alpha=0 or 2? Then I need to check those values to see if the eigenspace has only one eigenvector. However, is that necessarily true that it will only work at those values or is it possible that another value besides 0 or 2 will work?
 
If a matrix has an eigenvalue, then it has at least one eigenvector corresponding to that eigenvalue. So, yes, the only way it can be defective is if alpha=0 or alpha=2.
 
Dick said:
If a matrix has an eigenvalue, then it has at least one eigenvector corresponding to that eigenvalue. So, yes, the only way it can be defective is if alpha=0 or alpha=2.


Thanks
 
Careful, what Dick said was that the matrix can be defective if [itex]\alpha=0[/itex] or [itex]\alpha=2[/itex]...In order to determine if it actually is defective for either of those two values, you need to check whether or not they yield an incomplete basis of eigenvectors.
 
gabbagabbahey said:
Careful, what Dick said was that the matrix can be defective if [itex]\alpha=0[/itex] or [itex]\alpha=2[/itex]...In order to determine if it actually is defective for either of those two values, you need to check whether or not they yield an incomplete basis of eigenvectors.

Right. I should have emphasized the 'CAN'. In fact, for those two values, if you think about lanedance's general observation, you don't actually have to compute the eigenvectors.