Eigenvalue Calculator

Enter a 2x2 or 3x3 matrix to instantly compute its eigenvalues and eigenvectors with full step-by-step output.

Matrix Input

Enter a matrix and click Calculate to see eigenvalues and eigenvectors.

Summary

Enter a 2x2 or 3x3 matrix to instantly compute its eigenvalues and eigenvectors with full step-by-step output.

How it works

  1. Select the matrix size: 2x2 or 3x3.
  2. Enter the matrix entries in the grid (decimal values are supported).
  3. Click "Calculate" to run the computation.
  4. The tool builds the characteristic polynomial det(A - λI) and solves for all eigenvalues λ.
  5. For each eigenvalue, it solves (A - λI)v = 0 to find a corresponding eigenvector.
  6. Results appear instantly with the characteristic equation, eigenvalues, and eigenvectors.

Use cases

  • Verify hand-computed eigenvalues for linear algebra homework.
  • Analyze the stability of a dynamic system by checking eigenvalue signs.
  • Find principal axes for a 2D or 3D stress tensor in engineering.
  • Check whether a matrix is diagonalizable before further computation.
  • Understand the principal components in a small covariance matrix.
  • Confirm that eigenvectors are orthogonal for symmetric matrices.
  • Prototype numerical methods before implementing them in code.
  • Explore how eigenvalues change as matrix entries change.

Frequently Asked Questions

Last updated: 2026-06-10 · Reviewed by Nham Vu