Eigenvalues and Eigenvectors Calculator

Find the eigenvalues and eigenvectors of 2x2 and 3x3 square matrices. Displays the characteristic polynomial and null space solutions.

×

Matrix A

Step-by-Step Row Working

Understanding Eigenvalues and Eigenvectors

The words eigenvalue and eigenvector come from the German word eigen, meaning 'own' or 'characteristic'. In linear algebra, when a matrix A multiplies a vector v, it typically rotates and scales the vector. However, for certain special vectors, the multiplication only scales the vector, leaving its direction unchanged (or completely reversed). These special vectors are eigenvectors, and the scaling factors are the corresponding eigenvalues.

Mathematically, we write this relation as:

A × v = λ × v

where A is a square matrix, v is the non-zero eigenvector, and λ (lambda) is the eigenvalue.

How to Calculate Eigenvalues and Eigenvectors Step-by-Step

To find the eigenvalues and eigenvectors of a matrix A, we use the following algebraic steps:

1. Find the Eigenvalues

Rearranging the eigenvector equation gives: (A - λI)v = 0. For a non-zero vector v to exist as a solution, the matrix (A - λI) must be singular (non-invertible). This means its determinant must be zero:

det(A - λI) = 0

Solving this determinant yields a polynomial equation in λ, called the characteristic polynomial. The roots of this polynomial are the eigenvalues of the matrix.

2. Find the Eigenvectors

For each eigenvalue λ calculated in the first step, we substitute it back into the equation (A - λI)x = 0 and solve for the null space of the resulting matrix. The basis vectors of this null space represent the eigenvectors corresponding to that eigenvalue.

For example, if A is a 2x2 matrix, the characteristic equation is a quadratic polynomial: λ² - trace(A)λ + det(A) = 0. Solving this quadratic equation gives the two eigenvalues.

Frequently Asked Questions

What are eigenvalues and eigenvectors?

Eigenvalues (lambda) and eigenvectors (v) satisfy the equation Av = lambda * v. They represent directions in space where a linear transformation A only scales the vector, rather than rotating it.

How do you find eigenvectors from eigenvalues?

For each eigenvalue lambda, find the null space of the matrix (A - lambda * I). The basis vectors of this null space are the eigenvectors corresponding to lambda.

What is the null space of a matrix?

The null space (or kernel) of a matrix A is the set of all vectors x that satisfy the equation Ax = 0. The dimension of the null space is called the nullity, which equals the number of free variables.

What is the determinant of a matrix?

The determinant is a scalar value that measures the factor by which linear transformations scale volume. A matrix is invertible if and only if its determinant is non-zero. It can be computed exactly using Gaussian elimination.