Let $X(t) = \left[\begin{matrix}a(t) & b(t) \\c(t) & d(t)\end{matrix}\right]$ and let $U$ be a nonsingular matrix. How do you solve $$\frac{d}{dt} X(t)=UX(t)$$ I presume there is some general method to solve these kinds of ODEs but I cannot find anything about it, online.
BTW: -----------------
I know that you can get 4 ODE equations for the four unknown functions of $t$. The problem is that each ODE equation includes other functions as so $$\frac{d a}{d t}=u_{11}a+u_{12}c$$
Hint:
The solution is known to be $$X(t)=\exp\bigl(U(t)\bigr) X(0),$$ so you have to compute $\exp\bigl(U(t)\bigr)$. This supposes you can write $U(t)$ as the sum $D(t)+N(t)$, where $D(t)$ is a diagonal matrix and $N(t)$ a nilpotent matrix, which commute (Jordan-Chevalley decomposition).