Finding Eigenvectors for Distinct Real Eigenvalues

  • Thread starter Thread starter MetalManuel
  • Start date Start date
  • Tags Tags
    Eigenvalues
MetalManuel
Messages
38
Reaction score
0

Homework Statement


I don't know how to put matrices in, so I'll just link an http://forum.bodybuilding.com/attachment.php?attachmentid=3339921&d=1305058219"
Basically find the solution for that matrix.

Homework Equations


The Attempt at a Solution


This was the http://img560.imageshack.us/img560/9672/scr1305068624.png" I came up with. when I use an eigenvector calculator though, for c2 it gives me 0,1,0 instead of 0,0,0 which is what I got. I was wondering why I was wrong. Thanks
 
Last edited by a moderator:
Physics news on Phys.org
An eigenvector can't be the zero vector.

Here's your matrix in LaTeX. They're not hard to do.

\begin{bmatrix}1&0&1 \\ 0&1&0 \\ 1&0&1 \end{bmatrix}

Click the matrix to see my LaTeX script.

Check your calculation for the eigenvector associated with the eigenvalue of 1.
 
Mark44 said:
An eigenvector can't be the zero vector.

Here's your matrix in LaTeX. They're not hard to do.

\begin{bmatrix}1&0&1 \\ 0&1&0 \\ 1&0&1 \end{bmatrix}

Click the matrix to see my LaTeX script.

Check your calculation for the eigenvector associated with the eigenvalue of 1.

I didn't know that, damnit. So the 1 in the center is an arbitrary number? The matric after you plug in 1 is
<br /> \begin{bmatrix}0&amp;0&amp;1 \\ 0&amp;0&amp;0 \\ 1&amp;0&amp;0 \end{bmatrix}<br />

I don't go to lectures and I learn off of textbooks. I only go to class to take the exams, i don't remember reading that it can't be the zero vector. So because it can't be the zero vector I have to make up a number that will make it work? Since the k2 for all of them is 0, i can just basically put anything in right?
 
To find your eigenvector, which is assumed to be nonzero (I'll bet that this is in your text and was stated in class), you're going to be finding solutions to the equation (A - 1I)x = 0.

Of course, x = 0 is a solution of this equation, but we want nonzero x.

Your matrix A - 1I says that x3 = 0, x1 = 0, and x2 is arbitrary, so the vector <0, 1, 0> is an eigenvector for the eigenvalue 1.

You ought to reconsider going to class...
 
Mark44 said:
To find your eigenvector, which is assumed to be nonzero (I'll bet that this is in your text and was stated in class), you're going to be finding solutions to the equation (A - 1I)x = 0.

Of course, x = 0 is a solution of this equation, but we want nonzero x.

Your matrix A - 1I says that x3 = 0, x1 = 0, and x2 is arbitrary, so the vector <0, 1, 0> is an eigenvector for the eigenvalue 1.

You ought to reconsider going to class...

Well now that I know that it can't be a non zero vector it all makes sense. I don't like going to lectures, it's not my thing. I prefer independent learning, which is hard for a lot of professors to understand. This was basically the only thing bothering me. Everything else is really easy. I probably skipped over that part in the text when it said it. I already knew about arbitrary numbers, but I didn't know about solutions not being able to be zero vectors. Thanks.
 
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