Finding Eigenvectors by inspection

  • Thread starter Thread starter Nothing000
  • Start date Start date
  • Tags Tags
    Eigenvectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 8K views
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 [tex]A=\left(\begin{matrix}2&-1&-1\\-1&2&-1\\-1&-1&2\end{matrix}\right)[/tex] 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