Eigenvalue
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
Eigen
means “self” in german
Eigenvector
A vector v where
Av = const*v
How to find the eigenvalues
Solve det(A - λ*I) = 0 for lambda.
Characteristic polynomial of a linear transformation A
Pₐ(λ) = det(A- λ*I)
The lambdas for which it is zero are defined as the eigenvalues of A.
Eigenspace
Vλ(A) = the set of all v in domain for which Av = lambda*v for some lambda.
How to find the basis of the eigenspace of a linear transformation A