Jordan Form Calculator
Enter a 2x2 matrix.

Jordan Canonical Form

Any square matrix over the complex numbers is similar to a block-diagonal matrix in which each block is either a single eigenvalue or a so-called Jordan block with ones on the superdiagonal. This representation, the Jordan canonical form, reveals the algebraic and geometric multiplicities of eigenvalues. For a 2×2 matrix A, we have two possibilities: either A is diagonalizable and its Jordan form is a diagonal matrix of eigenvalues, or it is defective and takes the form \lambda10\lambda.

The diagonalizable case occurs when A has two distinct eigenvalues or has a repeated eigenvalue with two linearly independent eigenvectors. The defective case arises when a repeated eigenvalue has only one eigenvector. Determining which case applies involves solving the characteristic polynomial \detA-\lambda I=0 and analyzing the resulting eigenvectors.

Computational Steps

Given A=a11a12a21a22, we compute the trace t=a11+a22 and determinant d=a11a22-a12a21. The characteristic equation is \lambda2-t\lambda+d=0. Its discriminant \Delta=t2-4d decides whether the eigenvalues are equal.

If \Delta>0, the eigenvalues are distinct and A is diagonalizable. If \Delta=0, the eigenvalues coincide. In this scenario we examine whether A-\lambda I is the zero matrix. If it is, then A is already a multiple of the identity and diagonalizable. Otherwise, it has only one eigenvector, leading to a single Jordan block.

Applications

The Jordan form clarifies the structure of linear differential equations, matrix exponentials, and similarity transformations. By knowing the Jordan block sizes, one can compute powers of matrices and exponential maps more easily. In control theory and quantum mechanics, such insights simplify systems of linear operators. Understanding the decomposition also highlights when perturbations might cause dramatic changes, since defective matrices are sensitive to small adjustments.

Learning how to compute the Jordan form fosters deeper intuition about eigenvalues, eigenvectors, and their geometric multiplicities. Experiment with various matrices to see how repeated eigenvalues influence the result. This tool can serve as a stepping stone to more advanced linear algebra topics.

Related Calculators

Rational Root Theorem Calculator - Find Fractional Solutions

Apply the rational root theorem to polynomial coefficients and discover all possible rational zeros.

rational root theorem calculator polynomial roots

Covariance Matrix Calculator - Analyze Multivariate Data

Compute the covariance matrix for two or three datasets and explore its meaning.

covariance matrix calculator multivariate statistics

Matrix Determinant Calculator - Analyze Square Matrices

Calculate the determinant of a 2x2 or 3x3 matrix to understand linear transformations.

matrix determinant calculator linear algebra matrix math