Matrix exponential

Consider a matrix ARn×nA \in \R^{n \times n}. From the Taylor series definition of the exponential we can write

eA=k=0Akk!. e^A = \sum_{k=0}^\infty \frac{A^k}{k!}.

If AA can be diagonalized we have

Ak=VΛV1VΛV1VΛV1=VΛkV1 A^k = V \Lambda V^{-1} V \Lambda V^{-1} \cdots V \Lambda V^{-1} = V \Lambda^k V^{-1}

since V1V=IV^{-1} V = I. It follows that

eA=k=0VΛkk!V1=V(k=0Λkk!)V1=VeΛV1. e^A = \sum_{k=0}^\infty V \frac{\Lambda^k}{k!} V^{-1} = V \left(\sum_{k=0}^\infty \frac{\Lambda^k}{k!} \right) V^{-1} = V e^\Lambda V^{-1}.

Since Λ\Lambda is a diagonal matrix, raising it to some power is equivalent to raising every entry along the diagonal to that power.

Λk=diag(λ1k,λ2k,,λnk). \Lambda^k = \mathrm{diag}(\lambda_1^k, \lambda_2^k, \ldots, \lambda_n^k).

Fundamental matrix

The method we saw for solving linear ODEs with constant coefficients actually generalizes to linear ODE systems. Instead of a scalar solution x=eλtcx=e^{\lambda t}c, for a system of ODEs described by a constant matrix AA, we write the solution x=eAtC\mathbf x = e^{At} \mathbf C. Here eAte^{At} is called the fundamental matrix.

The columns of the fundamental matrix are the solutions to the ODE system.