Finding Eigenvectors by inspection

  • Thread starter Thread starter Nothing000
  • Start date Start date
  • Tags Tags
    Eigenvectors
Nothing000
Messages
403
Reaction score
0
Would someone please explain to me how I can find eigenvalues and eigenvectors by inpection of simple symmetric matrices? I just can't figure it out.

He is an example:
By looking at A=\left(\begin{matrix}2&amp;-1&amp;-1\\-1&amp;2&amp;-1\\-1&amp;-1&amp;2\end{matrix}\right)<br /> I should be able to guess that [1,1,1] is an eigenvector.
 
Last edited:
Physics news on Phys.org
Because the elements in the lines sum to the same thing. when you multiply the matrix by the vector (1,1,1), you get a new vector whose components are the sum of each lines in the matrix. as soon as the lines of a matrix sum to the same thing, then (1,1,1) is an eigenvector with associated eigenvalue the sum of the lines, in this case 2-1-1=0.
 
How do I know how many eigenvalues there will be. In other words, if I could see that [1,1,1] is an eigenvector just by inspection, then how do I know if there are any other eigenvectors?
 
The eigenvectors are spanned by [1,1,1]. An example would be [2,2,2] is an eigevector of A. Also, an nxn matrix has at most n eigenvalues (counted with their algebraic multiplicities). To find the eigenvalues you just have to solve the characteristic equation. Then the eigenvectors are the nonzerovectors in the eigenspace associated with that eigenvalue. Eigenspace with eigenvalue L is ker(A-LI) where I is the nxn identity
 
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...

Similar threads

Back
Top