All courses › Linear Algebra and Differential Equations › Eigenvalues and eigenvectors

Eigenvalues and eigenvectors

An eigenvector v⃗\vec v of the matrix AA is a vector that is only scaled, not rotated, when multiplied by AA. The scaling factor λ\lambda is called the eigenvalue.

Av⃗=λv⃗,v⃗≠0⃗A\vec v = \lambda\vec v,\quad \vec v\neq\vec 0the eigenvalue equation
det⁡(A−λI)=0\det(A-\lambda I) = 0characteristic equation, gives the eigenvalues

Symbols

λ\lambdaeigenvalue
v⃗\vec veigenvector

Example

A=(4123)A=\begin{pmatrix}4&1\\2&3\end{pmatrix}: λ2−7λ+10=0\lambda^2-7\lambda+10=0 gives λ=5\lambda=5 and λ=2\lambda=2.

The sum of the eigenvalues is the trace of AA, and the product is det⁡A\det A - a quick check.
Practise linear systems and eigenvalues for free →

← Inverse matrix · Linear systems and rank →

Part of Linear Algebra and Differential Equations: Linear systems and eigenvalues.