Definition of eigenvalues and eigenvectors, the equation Av = λv, and geometric meaning.
Overview
Eigenvalues and eigenvectors are fundamental concepts that reveal intrinsic properties of linear transformations. They describe directions that are preserved (only scaled) by the transformation.
Definition
For a square matrix A, a scalar λ is an eigenvalue and a non-zero vector v is an eigenvector if:
Av=λv
When A transforms v, the result is just v scaled by λ.
Intuition
Geometric Meaning
An eigenvector points in a direction that A preserves (or reverses)
The eigenvalue is the scaling factor along that direction
λ>1: stretching
0<λ<1: compression
λ<0: reversal and scaling
λ=0: collapsed to zero
Example
A=[3002],v=[10]
Av=[3002][10]=[30]=3[10]=3v
So λ=3 is an eigenvalue with eigenvector [10].
Finding Eigenvalues
From Av=λv:
Av−λv=0
(A−λI)v=0
For non-zero v, (A−λI) must be singular:
det(A−λI)=0
This is the characteristic equation.
Characteristic Polynomial
p(λ)=det(A−λI)
This is a polynomial of degree n in λ. Its roots are the eigenvalues.