Eigenvector for A = [0 0; 1 -3] Not Working

  • Thread starter Thread starter autre
  • Start date Start date
  • Tags Tags
    Eigenvector Zero
Click For Summary
SUMMARY

The discussion focuses on finding the eigenvectors for the matrix A = [0 0; 1 -3] with eigenvalues lambda1 = 0 and lambda2 = -3. While the eigenvector corresponding to lambda1 is correctly identified, the user encounters an issue with lambda2, obtaining v = (0,0), which is invalid. The resolution clarifies that for lambda2, the eigenvector can be expressed as a subspace where x = 0 and y can take any value, indicating that the eigenvector is not unique.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix multiplication
  • Knowledge of linear algebra concepts
  • Ability to solve linear equations
NEXT STEPS
  • Study the properties of eigenvectors and eigenvalues in linear algebra
  • Learn about subspaces and their significance in eigenvector solutions
  • Explore matrix representation and manipulation in MATLAB or Python
  • Practice solving eigenvalue problems with different matrices
USEFUL FOR

Students studying linear algebra, mathematicians, and anyone interested in understanding eigenvalue problems and their solutions in matrix theory.

autre
Messages
116
Reaction score
0
A = [0 0]
[1 -3]

(2 x 2 matrix, bad formatting)

I need to find the eigenvector for lambda1 and lambda2. I figured out lambda1 = 0 and lambda2 = -3. For lambda1 the eigenvector works fine, but for lambda2 I get it as v = (0,0), which is not possible. Any ideas?
 
Physics news on Phys.org
autre said:
A = [0 0]
[1 -3]

(2 x 2 matrix, bad formatting)

I need to find the eigenvector for lambda1 and lambda2. I figured out lambda1 = 0 and lambda2 = -3. For lambda1 the eigenvector works fine, but for lambda2 I get it as v = (0,0), which is not possible. Any ideas?
This is a textbook-style question, so it should be in the homework forum. I will ask the moderators to move it there, so don't worry about that, but next time you have a similar question, post it there.

You also need to show us what you did to find the eigenvectors. We're not going to do the problem for you, but we will tell you where your mistakes are, and give you hints about what to do differently.
 
Yes, -3 is an eigenvalue. An eigenvector must satisfy
[tex]\begin{bmatrix}0 & 0 \\ 1 & -3\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= \begin{bmatrix}0 \\ x- 3y\end{bmatrix}= \begin{bmatrix}-3x \\ -3y\end{bmatrix}[/tex]

That is, we must have 0= -3x and x- 3y= -3y. From the first equation, obviously, x= 0 but then the second equation is -3y= -3y which is satisfied for any y, not just 0. (The set of all eigenvectors for a given eigenvalue is a subspace.)
 
Last edited by a moderator:

Similar threads

Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
7
Views
2K
Replies
2
Views
1K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
20
Views
2K