Eigenvalue Calculator

Find the eigenvalues (λ) of a 2x2 matrix with step-by-step characteristic equation.

A =

Eigenvalues (λ):

--

What are Eigenvalues?

In linear algebra, an eigenvector of a square matrix A is a non-zero vector v that, when multiplied by A, yields a scalar multiple of itself. That scalar multiple is called the eigenvalue, denoted by the Greek letter lambda (λ).

Av = λv

The Characteristic Equation

To find the eigenvalues of a 2x2 matrix, we solve the characteristic equation:

det(A - λI) = 0

For a 2x2 matrix:

a-λ
b
c
d-λ

This expands to the quadratic equation:

λ² - Tr(A)λ + Det(A) = 0

Real and Complex Roots

Since the characteristic equation is a quadratic, the eigenvalues are the roots. Depending on the discriminant (Δ = Tr² - 4Det), you can have: