Eigenvalues, eigenvectors, and eigenspaces

TranscendArcu
Messages
277
Reaction score
0

Homework Statement


Screen_shot_2012_02_26_at_3_59_09_PM.png

The Attempt at a Solution


T(1,0,0) = (3,-1,0)
T(0,1,0) = (0,1,0)
T(0,0,1) = (-1,2,4)

Thus, we have the matrix,

\left| \begin{array}{ccc}<br /> 3 &amp;0&amp;-1 \\<br /> -1&amp;1&amp;2 \\<br /> 0&amp;0&amp;4 \end{array} \right|

Δ_T (t) = det( \left| \begin{array}{ccc}<br /> 3 &amp;0&amp;-1 \\<br /> -1&amp;1&amp;2 \\<br /> 0&amp;0&amp;4 \end{array} \right| - tI)

I have this equaling: -(t-4)(t-3)(t-1), which is the characteristic polynomial. The roots are the eigenvalues, which are 4,3,1.

To compute the eigenvectors:

When t=4, we have,
-x-z=0
-x-3y+2z=0
0z=0

Which implies that eigenvectors are multiples of (-1,1,1).

When t=3, we have,
-z=0
-x-2y=0
z=0

Which implies that eigenvectors are multiples of (-1,2,0)

When t=1, we have,
2x-z=0
-x+2z=0
3z=0

Which implies that eigenvectors are multiples of (0,1,0).

T is diagonizable because (-1,1,1),(-1,2,0),(0,1,0) are lin. indep.

First of all, are these correct? Also, how does one determine eigenspaces? That's the part I feel that I really don't know.
 
Physics news on Phys.org
to see if they're correct, test by multiplying your eignevectors by the matrix - do they behave as expected?
 
as for the eigenspaces, they will be the span of all eignevectors corresponding to a single eigenvalue

what does the span of a single vector look like?
 
Eigenspace are the eigenvectors. I obtained a different eigenvector for you second one. I don't believe I made a mistake but I could have.
 
fauboca said:
Eigenspace are the eigenvectors. I obtained a different eigenvector for you second one. I don't believe I made a mistake but I could have.

Okay. I have the equations

-z=0
-x-2y=0
z=0

So clearly z=0 and x=-2y. Thus, is the eigenvector multiples of (1,1/-2,0)? Or, equivalently, multiples of (-2,1,0)?

lanedance said:
as for the eigenspaces, they will be the span of all eignevectors corresponding to a single eigenvalue

what does the span of a single vector look like?

So the span of a single vector is just a line, no? So, for example, considering the eigenvalue of 4, is the eigenspace just: span(-1,1,1)?

For eigenvalue of 1: span(0,1,0)?

lanedance said:
to see if they're correct, test by multiplying your eignevectors by the matrix - do they behave as expected?

If by behave as expected you mean give back the zero vector, then yes (after I made an adjustment to the second eigenvector calculation). If this is the expected result, why do I expect this matrix multiplication to give back a column of all zeros?
 
TranscendArcu said:
So the span of a single vector is just a line, no? So, for example, considering the eigenvalue of 4, is the eigenspace just: span(-1,1,1)?

For eigenvalue of 1: span(0,1,0)?

The line is correct, you could parameterise to describe it if need be

TranscendArcu said:
If by behave as expected you mean give back the zero vector, then yes (after I made an adjustment to the second eigenvector calculation). If this is the expected result, why do I expect this matrix multiplication to give back a column of all zeros?

Are you multiplying by T or (T - \mathbb{I} \lambda)?

Say your eignevector is u multply by T you should get the original vector multiplied by the corresponding eigenvalue Tu =\lambda_u u
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top