Matrix exponential
Consider a matrix A∈Rn×n. From the Taylor series definition of the exponential we can write
eA=k=0∑∞k!Ak.If A can be diagonalized we have
Ak=VΛV−1VΛV−1⋯VΛV−1=VΛkV−1since V−1V=I. It follows that
eA=k=0∑∞Vk!ΛkV−1=V(k=0∑∞k!Λk)V−1=VeΛV−1.Since Λ 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).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λtc, for a system of ODEs described by a constant matrix A, we write the solution x=eAtC. Here eAt is called the fundamental matrix.
The columns of the fundamental matrix are the solutions to the ODE system.
|