Matrix Exponential — Definition, Formula & Examples
The matrix exponential extends the ordinary exponential function to square matrices. It is defined as an infinite series and is the key tool for solving systems of linear differential equations with constant coefficients.
For an matrix , the matrix exponential is defined by the convergent power series , where (the identity matrix). This series converges for every square matrix over or .
Key Formula
Where:
- = An n × n square matrix
- = The n × n identity matrix (= A⁰)
- = Summation index running from 0 to infinity
How It Works
To compute in practice, you rarely sum the series term by term. For diagonalizable matrices, write where is diagonal; then , and is simply the diagonal matrix with entries . For non-diagonalizable matrices, you use the Jordan normal form instead. The matrix exponential satisfies , which is why the general solution to with initial condition is .
Worked Example
Problem: Compute the matrix exponential where replaced by a more interesting case: .
Recognize the structure: A is already a diagonal matrix with diagonal entries 1 and 2.
Apply the exponential to each diagonal entry: For a diagonal matrix, the matrix exponential is the diagonal matrix of the exponentials of the entries.
Write the result: Evaluate the scalar exponentials.
Answer:
Why It Matters
The matrix exponential is central to solving systems of linear ODEs such as , which arise in physics, engineering, and control theory. It also appears in Lie group theory, quantum mechanics (the time-evolution operator ), and network analysis for computing diffusion on graphs.
Common Mistakes
Mistake: Assuming for all matrices.
Correction: This identity holds only when and commute (). In general, . Use the Baker–Campbell–Hausdorff formula or other methods for non-commuting matrices.
