Home Back

Matrix Eigenvalue and Eigenvector Calculator

Matrix Eigenvalue Problem:

\[ A\mathbf{v} = \lambda\mathbf{v} \]

where:

  • \( A \) is a square matrix
  • \( \lambda \) are eigenvalues (scalars)
  • \( \mathbf{v} \) are eigenvectors (vectors)

Example: For 2x2 matrix [[1,2],[3,4]], enter "1,2;3,4"

Unit Converter ▲

Unit Converter ▼

From: To:

1. What are Eigenvalues and Eigenvectors?

Eigenvalues (λ) and eigenvectors (v) are fundamental concepts in linear algebra. For a square matrix A, an eigenvector is a non-zero vector that only changes by a scalar factor when that matrix is applied to it. The corresponding eigenvalue is the scalar factor by which the eigenvector is scaled.

\[ A\mathbf{v} = \lambda\mathbf{v} \]

2. How the Calculator Works

The calculator solves the characteristic equation:

\[ \det(A - \lambda I) = 0 \]

For 2×2 matrices, it computes:

\[ \lambda = \frac{\text{tr}(A) \pm \sqrt{\text{tr}(A)^2 - 4\det(A)}}{2} \]

Then finds eigenvectors by solving:

\[ (A - \lambda I)\mathbf{v} = 0 \]

3. Mathematical Background

Properties:

4. Using the Calculator

Instructions:

  1. Enter your square matrix in the text area
  2. Separate columns with commas (,)
  3. Separate rows with semicolons (;)
  4. Click "Calculate" to compute eigenvalues and eigenvectors

5. Frequently Asked Questions (FAQ)

Q1: What matrices have eigenvalues?
A: Only square matrices have eigenvalues and eigenvectors.

Q2: Can a matrix have complex eigenvalues?
A: Yes, non-symmetric real matrices can have complex eigenvalues (in conjugate pairs).

Q3: What does it mean if an eigenvalue is zero?
A: A zero eigenvalue indicates the matrix is singular (non-invertible).

Q4: How many eigenvectors can one eigenvalue have?
A: An eigenvalue has at least one eigenvector, but can have more (geometric multiplicity).

Q5: What are eigenvalues used for?
A: Applications include stability analysis, principal component analysis (PCA), quantum mechanics, vibration analysis, and more.

Matrix Eigenvalue and Eigenvector Calculator© - All Rights Reserved 2025