Matrix exponential¶
Let A(t) be an m×m matrix whose entries depend on t. Then
dudt=A(t)u
is a linear system of differential equations. If the matrix A is independent of time, it is a linear, constant-coefficient system.
The solution to a linear, constant-coefficient IVP, given also u(0)=u0, is formally
u(t)=etAu0,
where etA is a matrix exponential, which can be defined using Taylor series or by other means. This result is a seamless generalization of the scalar case, m=1.
However, while the matrix exponential is a vital theoretical tool, computing it is too slow to be a practical numerical method.