What are Eigenvalues and eigen vectors
- Recall in the (not yet noted) the standard matrix for the reflection about the line y =2x:
[L]=[−53545453]
- And when we scale a vector by this the vector it self changes
-
-
let A be an nxn matrix. if there exists a nonzero vector v∈Rn such that Av=λv for some λ∈R
- we say λ is an eigen value of A and v is an eigenvector of A corresponding to λ
How to find eigenvalues and eigenvectors
-
Eigenvalues
- Suppose v is a nonzero vector such that Av=λv then
- Av=λv=(λIn)v⟹Av−(λIn)v=0⟹(A−λIn)v=0
- that is, v is a nontrivial solution to (A−λI)x=0
- for v to be non zero it (A−λI) Determinant needs to be non zero
-
Eigenvectors
- once we got the eigenvalues of A are found, we can find all eigen vectors (the vectors that dont change under the transformation) by solving (A−λI)x=0
- so on the diagonals you would remove λ and find the resulting matrix (like finding the linear combination for the zero vector)
-
Characteristic polynomial!
- the eigen polynomail of the vector (remember)