Eigenvalue Calculator
Find Eigenvalues ($\lambda$) and Eigenvectors ($\mathbf{v}$) with Visualization
The Ultimate Guide to Eigenvalues and Eigenvectors: Theory, Calculation, and Visuals
- An Eigenvector ($\mathbf{v}$) is a non-zero vector that changes only by a scalar factor when a linear transformation is applied.
- The Eigenvalue ($\lambda$) is that scalar factor. Positive $\lambda$ stretches; negative $\lambda$ reverses direction.
- Use our Eigenvalue Calculator to solve the Characteristic Polynomial $\det(A – \lambda I) = 0$.
- Finding eigenvectors is equivalent to finding the Null Space of $(A – \lambda I)$.
Welcome to the professor’s guide on Eigenvalues and Eigenvectors. These concepts are the heartbeat of Linear Algebra. They allow us to simplify complex matrix operations by finding the “natural axes” of a system.
The word “Eigen” comes from German, meaning “own” or “characteristic”. An eigenvector is a vector that keeps its own direction. Our free Eigenvalue Calculator above automates the tedious algebra of finding roots for 2×2 and 3×3 matrices, and visualizes the transformation in real-time.
1. The Core Equation: What is an Eigenvalue?
For a square matrix $A$, a scalar $\lambda$ is an Eigenvalue if there exists a non-zero vector $\mathbf{v}$ such that:
Here, $\mathbf{v}$ is the Eigenvector. The matrix $A$ acts on $\mathbf{v}$ just like a simple number $\lambda$ would—it stretches or shrinks it, but does not rotate it off its span.
2. The 3-Step Algorithm to Find Eigenvalues
To calculate eigenvalues by hand (or verify our calculator), follow this standard procedure.
Rearrange $A\mathbf{v} = \lambda \mathbf{v}$ to $(A – \lambda I)\mathbf{v} = \mathbf{0}$. For a non-zero solution $\mathbf{v}$ to exist, the matrix $(A – \lambda I)$ must be singular (non-invertible). Therefore, its determinant must be zero:
This determinant expands into a polynomial in $\lambda$ called the Characteristic Polynomial.
Solve the polynomial for $\lambda$.
• For a 2×2 matrix, it’s a quadratic equation ($\lambda^2 + \dots$).
• For a 3×3 matrix, it’s a cubic equation ($\lambda^3 + \dots$).
The roots are your eigenvalues. Note that they can be real, repeated, or complex numbers.
For each $\lambda$, substitute it back into $(A – \lambda I)\mathbf{v} = \mathbf{0}$. Solve this homogeneous system (find the Null Space) to get the corresponding eigenvectors.
3. Detailed Example: A 2×2 Matrix
Let’s find the eigenvalues and eigenvectors of $A = \begin{bmatrix} 4 & 1 \\ 2 & 3 \end{bmatrix}$.
1. Characteristic Polynomial:
$$ \det \begin{bmatrix} 4-\lambda & 1 \\ 2 & 3-\lambda \end{bmatrix} = (4-\lambda)(3-\lambda) – (1)(2) $$
$$ = \lambda^2 – 7\lambda + 12 – 2 = \lambda^2 – 7\lambda + 10 $$
2. Solve for Roots:
$$ \lambda^2 – 7\lambda + 10 = (\lambda – 5)(\lambda – 2) = 0 $$
So, eigenvalues are $\lambda_1 = 5$ and $\lambda_2 = 2$.
3. Find Eigenvectors:
For $\lambda_1 = 5$: Solve $(A – 5I)\mathbf{v} = \mathbf{0}$.
$$ \begin{bmatrix} -1 & 1 \\ 2 & -2 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} \implies -x + y = 0 \implies x = y $$
Eigenvector $\mathbf{v}_1 = \begin{bmatrix} 1 \\ 1 \end{bmatrix}$.
4. Professor’s Shortcut: Trace and Determinant
Before you start a long calculation, use this trick to check your work. For any $n \times n$ matrix:
5. Algebraic vs. Geometric Multiplicity
This is where students often lose points.
| Concept | Definition | Implication |
|---|---|---|
| Algebraic Multiplicity | How many times a root $\lambda$ appears in the characteristic polynomial. | Max possible eigenvectors. |
| Geometric Multiplicity | The dimension of the Eigenspace (Nullity of $A-\lambda I$). | Actual number of independent eigenvectors. |
| Defective Matrix | Geometric < Algebraic | Matrix cannot be diagonalized. |
6. Frequently Asked Questions (FAQ)
References & Further Reading
- Strang, G. (2016). Introduction to Linear Algebra (5th ed.). Wellesley-Cambridge Press. (Chapter 6: Eigenvalues and Eigenvectors).
- Lay, D. C. (2021). Linear Algebra and Its Applications (6th ed.). Pearson. (Section 5.1-5.3).
- 3Blue1Brown. “Eigenvectors and eigenvalues | Essence of linear algebra.” YouTube
Visualize the Transformation
Don’t just solve for x. Use our free Eigenvalue Calculator to see how the matrix stretches space, find the characteristic polynomial steps, and verify your 3×3 homework answers instantly.
Launch Eigenvalue Solver