Loading the page...
Preparing tools and content for you. This usually takes a second.
Preparing tools and content for you. This usually takes a second.
Fetching calculator categories and tools for this section.
Free eigenvalue calculator for real square matrices. Enter a 2×2 or 3×3 matrix and get eigenvalues from the characteristic equation det(A − λI) = 0, plus trace, determinant, and a clear summary for homework and exam prep.
Last updated: April 13, 2026
Need a custom linear algebra tool for your product? Get a Quote
Layout: [[a,b],[c,d]]
λ1
3
λ2
1
Trace tr(A)
4
Determinant det(A)
3
Characteristic polynomial
λ² − 4λ + 3 = 0
Interpretation
Two real eigenvalues from the characteristic quadratic.
Educational note
Characteristic equation
λ² − tr(A)λ + det(A) = 0
Ideal for first linear algebra courses and quick checks on 2×2 systems.
Characteristic equation
λ³ − tr(A)λ² + S₂λ − det(A) = 0
S₂ is the sum of 2×2 principal minors—handled automatically from your entries.
Eigenvalues = roots
p(λ) = 0
Connects determinant, trace, and eigenvalues in one view.
Display format
a ± bi
When the discriminant is negative (2×2), results show complex eigenvalues.
Invariants
Σλᵢ = tr(A)
Use these to sanity-check hand calculations.
Use cases
Homework · Labs · Review
Pair with diagonalization and determinant tools for full matrix study.
For A = [[2, 1], [1, 2]] (symmetric, trace 4, determinant 3):
λ₁
3
λ₂
1
Characteristic polynomial: λ² − 4λ + 3 = (λ − 1)(λ − 3).
Eigenvalues are defined by the equation Av = λv for some nonzero vector v. Rearranging gives (A − λI)v = 0, which has a nontrivial solution only when det(A − λI) = 0. Our tool builds that determinant as a polynomial in λ and solves it: quadratics explicitly for 2×2, and a one-real-root plus quadratic factor strategy for 3×3, aligned with standard linear algebra curricula.
λ = (tr(A) ± √(tr(A)² − 4 det(A))) / 2The term under the square root is the discriminant. If it is negative, the eigenvalues are complex conjugates.
Matrix A − λI and det(A − λI) define the characteristic polynomial
The characteristic polynomial is independent of basis: similar matrices share the same eigenvalues. Trace and determinant are coefficients of that polynomial and act as quick consistency checks after you compute λᵢ.
Explore related tools: diagonalize matrix calculator, determinant calculator, and inverse matrix calculator.
Get Custom Calculator for Your PlatformEigenvalues: λ₁ = 3, λ₂ = 1
Check: sum = 4 = trace, product = 3 = determinant.
Rotation-scaling matrices can have λ = a ± bi.
Conjugate pair shares the same real part
diag(1, 2, 3) has eigenvalues 1, 2, 3.
Eigenvalues appear on the diagonal
Share it with others studying linear algebra
Suggested hashtags: #LinearAlgebra #Eigenvalues #Mathematics #Education #Calculator