Quick Eigen Vector Question: Finding Eigen Vectors for Matrix A | Homework Help

AI Thread Summary
The discussion focuses on finding the eigenvectors for the matrix A with eigenvalue λ = 2. The user initially struggles to understand how the eigenvector can be expressed as A(0, 0, 1), where A is arbitrary. The equations derived from the characteristic polynomial indicate that y must equal 0 and x must equal 0, leaving z unrestricted. This leads to the conclusion that the eigenvector can be represented as a scalar multiple of (0, 0, 1). The user ultimately gains clarity on the concept with assistance from others in the forum.
superkam
Messages
17
Reaction score
0

Homework Statement



Hi, for the matrix A =
0 1 0

1 0 0

0 0 2

I have calculated the eigen values, and have successfully calculated the eigen vectors for lamda = -1 and 1. However for lamda = 2 the solutions says the answer is: Eigen vector: A( 0, 0, 1) where A is arbitrary and the vector is a column vector. The problem I am having is seeing where this answer came from.

Homework Equations



(A - lamda*I3)*(X, Y, Z) (column vector) = 0

The Attempt at a Solution


As I said above I already know the correct Eigen vector for this particular Eigen value, I just cannot see where the answer has come from. From using the equation above I got the three following equations:
-2X + Y = 0
-2Y = 0
0 = 0

From these equations I cannot see where you get an eigen vector including a value for Z. Any help would be very much appreciated, thanks in advance, Kamran.
 
Physics news on Phys.org
superkam said:

Homework Statement



Hi, for the matrix A =
0 1 0

1 0 0

0 0 2

I have calculated the eigen values, and have successfully calculated the eigen vectors for lamda = -1 and 1. However for lamda = 2 the solutions says the answer is: Eigen vector: A( 0, 0, 1) where A is arbitrary and the vector is a column vector. The problem I am having is seeing where this answer came from.

Homework Equations



(A - lamda*I3)*(X, Y, Z) (column vector) = 0

The Attempt at a Solution


As I said above I already know the correct Eigen vector for this particular Eigen value, I just cannot see where the answer has come from. From using the equation above I got the three following equations:
-2X + Y = 0
-2Y = 0
0 = 0

From these equations I cannot see where you get an eigen vector including a value for Z. Any help would be very much appreciated, thanks in advance, Kamran.
The second equation tells you y=0, and then the first equation tells you x=0. There's no condition on z, so z is arbitrary. In other words, the eigenvector is of the form (0,0,t)=t(0,0,1).
 
vela said:
The second equation tells you y=0, and then the first equation tells you x=0. There's no condition on z, so z is arbitrary. In other words, the eigenvector is of the form (0,0,t)=t(0,0,1).

Ok I understand now, thank you for your help. :)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top