Eigenvalues And Eigenvectors Flashcards
1
Q
Eigenvalue
A
Given
Av = λ*v (where λ is a real number constant)
lambda is the eigen value
in other words, a constant that if multiplied by a special input vector the output made by that input is a that constant multiplied by the input vector
2
Q
Eigen
A
means “self” in german
3
Q
Eigenvector
A
A vector v where
Av = const*v
4
Q
How to find the eigenvalues
A
Solve det(A - λ*I) = 0 for lambda.
5
Q
Characteristic polynomial of a linear transformation A
A
Pₐ(λ) = det(A- λ*I)
The lambdas for which it is zero are defined as the eigenvalues of A.
6
Q
Eigenspace
A
Vλ(A) = the set of all v in domain for which Av = lambda*v for some lambda.
7
Q
How to find the basis of the eigenspace of a linear transformation A
A
- Find the eigenvalues by solving dim(A - λ*I) = 0 for all lambda.
- For each eigenvalue, plug into
(A - λI)v = 0 and solve for v. (This is simply a homogenous system, we solve it like any other.)