Skip to main content

Eigenvalue Calculator

Find eigenvalues and eigenvectors of 2×2 and 3×3 matrices. Enter the matrix elements and see the characteristic polynomial, eigenvalues, and corresponding eigenvectors instantly.

Ad (leaderboard)
λ

Find Eigenvalues & Eigenvectors

Matrix A (2×2)

Result

Eigenvalues
Eigenvalues & Eigenvectors

            
Rate this tool
0.0 / 5 · 0 ratings

Embed This

Add this calculator to your website for free. Copy the single line of code below and paste it into your HTML. The calculator auto-resizes to fit your page.

<script src="https://calchammer.com/embed.js" data-calculator="eigenvalue-calculator" data-category="math"></script>
data-theme "light", "dark", or "auto"
data-values Pre-fill inputs, e.g. "amount=1000"
data-max-width Max width, e.g. "600px"
data-border "true" or "false"
Or use an iframe instead
<iframe src="https://calchammer.com/embed/math/eigenvalue-calculator" width="100%" height="500" style="border:none;border-radius:12px;" title="Eigenvalue Calculator"></iframe>

Preview

yoursite.com/blog
Eigenvalue Calculator auto-resizes here
Ad (in_results)

How to Use the Eigenvalue Calculator

Choose the matrix size (2×2 or 3×3), enter the matrix elements, and the calculator will solve the characteristic polynomial to find all eigenvalues. For each real eigenvalue, the corresponding eigenvector is computed and displayed. Complex eigenvalues are shown in a + bi form.

For example, the identity matrix has eigenvalue 1 with multiplicity equal to the matrix size. A rotation matrix will typically produce complex eigenvalues related to the rotation angle.

Understanding Eigenvalues and Eigenvectors

The eigenvalue equation Av = λv says that the matrix A, when applied to the eigenvector v, produces a vector in the same direction scaled by λ. Finding eigenvalues reduces to solving the characteristic polynomial det(A − λI) = 0. For a 2×2 matrix, this is a quadratic equation with a closed-form solution. For 3×3, it requires solving a cubic.

Properties

The sum of all eigenvalues equals the trace (sum of diagonal elements), and the product of all eigenvalues equals the determinant. A matrix is invertible if and only if none of its eigenvalues are zero. Symmetric matrices always have real eigenvalues.

Applications

Eigenvalues and eigenvectors are central to principal component analysis (PCA) in data science, vibration analysis in mechanical engineering, quantum mechanics (observable operators), Google’s PageRank algorithm, stability analysis of dynamical systems, and image compression (SVD).

Frequently Asked Questions

What is an eigenvalue?

A scalar λ such that Av = λv for some non-zero vector v. It represents a scaling factor for the eigenvector direction.

How do you find eigenvalues?

Solve det(A − λI) = 0. For 2×2 this is a quadratic, for 3×3 a cubic equation.

Can eigenvalues be complex?

Yes, when the characteristic polynomial has complex roots. This occurs commonly with rotation matrices.

What is the characteristic polynomial?

det(A − λI), a polynomial whose roots are the eigenvalues of A.

What are eigenvectors used for?

PCA, vibration analysis, quantum mechanics, PageRank, stability analysis, and image compression.

Related Calculators

You Might Also Need

Disclaimer: This calculator is for informational and educational purposes only. Results are estimates and should not be considered professional expert advice. Consult a qualified professional before making decisions based on these calculations. See our full Disclaimer.