Confused on this defective matrix problem

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Confused Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K views
Dustinsfl
Messages
2,217
Reaction score
5
Make matrix defective if possible and identify the values of alpha.

[tex]\begin{bmatrix}<br /> 3\alpha & 1 & 0\\ <br /> 0 & \alpha & 0\\ <br /> 0 & 0 & \alpha<br /> \end{bmatrix}[/tex]

Skipping the boring stuff we obtain [itex](\alpha-\lambda)^2(3\alpha-\lambda)=0[/itex] as the characteristic polynomial.

[tex]\lambda_1=\lambda_2=\alpha[/tex] and [tex]\lambda_3=3\alpha[/tex]
For lambda being alpha
[tex]\begin{bmatrix}<br /> 2\alpha & 1 & 0\\ <br /> 0 & 0 & 0\\ <br /> 0 & 0 & 0<br /> \end{bmatrix}\Rightarrow \begin{bmatrix}<br /> 1 & \frac{-1}{2\alpha} & 0\\ <br /> 0 & 0 & 0\\ <br /> 0 & 0 & 0<br /> \end{bmatrix}\Rightarrow x_2\begin{bmatrix}<br /> \frac{-1}{2\alpha}\\ <br /> 1\\ <br /> 0 <br /> \end{bmatrix}+x_3\begin{bmatrix}<br /> 0\\ <br /> 0\\ <br /> 1<br /> \end{bmatrix}[/tex]

For this lambda value, the matrix can't be defective? Not sure though.

For lambda being 3alpha
[tex]\begin{bmatrix}<br /> 0 & 1 & 0\\ <br /> 0 & -2\alpha & 0\\ <br /> 0 & 0 & -2\alpha<br /> \end{bmatrix}\Rightarrow \begin{bmatrix}<br /> 0 & 1 & 0\\ <br /> 0 & 0 & 1\\ <br /> 0 & 0 & 0<br /> \end{bmatrix}\Rightarrow x_1\begin{bmatrix}<br /> 1\\ <br /> 0\\ <br /> 0<br /> \end{bmatrix}[/tex]

And for this one, alpha can be any value and the matrix will be defective.
 
Last edited:
Physics news on Phys.org
A 3x3 matrix is defective it has fewer that 3 distinct, linearly independent eigenvectors. How many distinct, linearly independent eigenvectors does this matrix have?