Linear Algebra
The Matrix Exponential
Solving a coupled linear system by exponentiating its matrix, computed through the eigenbasis.
Updated July 2026
A single linear equation has the solution everyone knows, . A coupled system of them,
looks harder because the variables feed into each other. It is not, and the reason is that the same exponential works if you are willing to exponentiate a matrix.
Defining the exponential of a matrix
There is only one sensible definition, the power series, which converges for every square matrix:
With it, has derivative , exactly as the scalar case does, so
solves the system for any initial condition. The whole difficulty has moved into one place: actually computing .
Computing it through the eigenbasis
Summing an infinite series of matrix powers by hand is hopeless. The eigenbasis makes it trivial. If is diagonalisable, then , and the whole series collapses:
Exponentiating a diagonal matrix is just exponentiating its entries. So the recipe is: find the eigenvalues and eigenvectors, exponentiate the eigenvalues, transform back.
Consequence
The eigenvalues run the dynamics
In the eigenbasis the system uncouples into independent scalar equations . Each eigenvalue is one decoupled mode: a negative real part decays, a positive one grows, an imaginary part oscillates. The long-term fate of the whole system is set by the eigenvalue with the largest real part, which is exactly the stability criterion for a linear system.
When there is no eigenbasis
Some matrices are defective: they do not have enough eigenvectors to diagonalise. The exponential still exists, since the series never cared, but you compute it through the Jordan form instead. A Jordan block splits as a multiple of the identity plus a nilpotent part , and a nilpotent's series terminates because eventually:
The payoff is a genuine unification. Coupled oscillators, radioactive decay chains, the small-oscillation modes of the differential-equations notes, all of them are for some , and all of them are solved the same way: diagonalise, and the coupled problem falls apart into scalar exponentials you already understand.