[Linear Algebra] Pulling two vectors out of a one equation matrix.

Click For Summary
SUMMARY

The discussion revolves around determining the basis for eigenspaces and assessing whether the matrix is defective. The matrix in question is [[3, -4, -1], [0, -1, -1], [0, -4, 2]], with eigenvalues λ1 = 3 (multiplicity 2) and λ2 = -2. The user, Jeff, initially finds one eigenvector for λ1 as (0, -1/4, 1) but believes the matrix is defective due to a lack of additional eigenvectors. However, it is clarified that (1, 0, 0) is also an eigenvector corresponding to λ1, confirming that the matrix is nondefective.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with Gauss-Jordan elimination
  • Knowledge of matrix representation and operations
  • Concept of defective vs. nondefective matrices
NEXT STEPS
  • Study the properties of eigenvalues and eigenvectors in linear algebra
  • Learn advanced techniques for finding eigenvectors, including generalized eigenvectors
  • Explore the implications of defective matrices in linear transformations
  • Review the Gauss-Jordan elimination method in detail for solving linear systems
USEFUL FOR

Students of linear algebra, educators teaching eigenvalue problems, and mathematicians analyzing matrix properties will benefit from this discussion.

jeff.berhow
Messages
17
Reaction score
0

Homework Statement


Determine a basis for each eigenspace and whether or not the matrix is defective.

\begin{array}{ccc}
3 & -4 & -1 \\
0 & -1 & -1 \\
0 & -4 & 2 \end{array}

Homework Equations


Regular ol' eigenvector, eigenvalue business.


The Attempt at a Solution


Ok, so I've found the eigenvalues first with no problem. λ_1 = 3 (with multiplicity 2) and λ_2 = -2. My misunderstanding comes with finding the eigenvectors with λ_1. Gauss-Jordan with the new augmented matrix gives me:

\begin{array}{ccc}
0 & 1 & 1/4 & | & 0\\
0 & 0 & 0 & | & 0\\
0 & 0 & 0 & | & 0\end{array}

Let x_3 = r and this tells me that x_1 = 0r, x_2 = -1/4r and so the eigenvector is (0, -1/4, 1). This then leads me to believe the matrix will be defective as I will only be able to get 1 more eigenvector out of λ_2 = -2 as this matrix has been exhausted.

Lo and behold! In the back of the book, they were able to extract another vector out of the matrix above: (1, 0, 0). This would then give us three total eigenvectors which is indeed a basis and makes the matrix nondefective. So, my question is, how did they get another vector out of that thing?

Thanks in advance,
Jeff
 
Physics news on Phys.org
jeff.berhow said:

Homework Statement


Determine a basis for each eigenspace and whether or not the matrix is defective.

\begin{array}{ccc}
3 & -4 & -1 \\
0 & -1 & -1 \\
0 & -4 & 2 \end{array}

Homework Equations


Regular ol' eigenvector, eigenvalue business.


The Attempt at a Solution


Ok, so I've found the eigenvalues first with no problem. λ_1 = 3 (with multiplicity 2) and λ_2 = -2. My misunderstanding comes with finding the eigenvectors with λ_1. Gauss-Jordan with the new augmented matrix gives me:

\begin{array}{ccc}
0 & 1 & 1/4 & | & 0\\
0 & 0 & 0 & | & 0\\
0 & 0 & 0 & | & 0\end{array}

Let x_3 = r and this tells me that x_1 = 0r, x_2 = -1/4r and so the eigenvector is (0, -1/4, 1). This then leads me to believe the matrix will be defective as I will only be able to get 1 more eigenvector out of λ_2 = -2 as this matrix has been exhausted.

Lo and behold! In the back of the book, they were able to extract another vector out of the matrix above: (1, 0, 0). This would then give us three total eigenvectors which is indeed a basis and makes the matrix nondefective. So, my question is, how did they get another vector out of that thing?

Thanks in advance,
Jeff

Uh, [1,0,0] is an eigenvector corresponding to the eigenvalue 3. Why do you think x1 must be 0?
 
I guess, because it's not explicitly stated in the equation: 0x1 + x2 + (1/4)x3 = 0. If a variable has a coefficient of zero in an equation, is it assumed to be one? I feel I'm missing something very elementary here, haha.
 
jeff.berhow said:
I guess, because it's not explicitly stated in the equation: 0x1 + x2 + (1/4)x3 = 0. If a variable has a coefficient of zero in an equation, is it assumed to be one? I feel I'm missing something very elementary here, haha.
(α, 0, 0) is a solution of 0x1 + x2 + (1/4)x3 = 0 for any α. If α nonzero then it is a nontrivial solution. You can pick what nonzero value you like for α, but if you want a vector magnitude 1 then clearly you'll pick ±1.
 
  • Like
Likes   Reactions: 1 person
Thanks! Of course it was something obvious. I seem to have a real problem with such obvious things.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K