Eigenvalues and Eigenvectors Explained

What are Eigenvalues and Eigenvectors?

In linear algebra, when we apply a linear transformation (represented by a matrix A) to a vector x, the resulting vector Ax usually changes direction and magnitude.

However, for any given square matrix A, there often exist special non-zero vectors called eigenvectors. When the matrix A is multiplied by one of its eigenvectors v, the resulting vector Av is simply a scaled version of the original eigenvector v. The vector doesn't change its direction (it stays on the same line through the origin), it only gets stretched or shrunk (and possibly flips direction if the scaling factor is negative).

Mathematically, this relationship is expressed as: Av = λv

Significance

Eigenvalues and eigenvectors reveal fundamental properties about the linear transformation represented by the matrix A.

This simulation helps visualize how a 2x2 matrix transforms vectors and highlights its eigenvectors.


Interactive 2x2 Matrix Simulation

Enter a 2x2 Matrix A

Calculated Properties

Determinant: ?

Eigenvalue λ1: ?

Eigenvector v1: ?

Eigenvalue λ2: ?

Eigenvector v2: ?

Eigenvectors are scaled for visualization. Their direction is what matters.

Blue dots: Unit vectors. Red dots: Transformed vectors (A*v). Lines: Eigenvector directions (if real).