In page 53 of Arieh Iserles's A first course in the numerical analysis of differential equations, he presents the following ODE:
$(\vec{y})'=\Gamma\cdot\vec{y}$,
$\vec{y}(0)=\vec{y_0}$
Using the fact that the spectral factorization of $\Gamma$ gives us $\Gamma=VDV^{-1}$, where $D$ is the diagonal matrix containing the eigenvalues and $V$ is the corresponding eigenvector matrix, he deduces (without working) that the exact solution of the ODE is: $\vec{y}(t)=e^{t\Gamma} = Ve^{tD}V^{-1}\vec{y_0}$
In order to get $\vec{y}(t)=e^{t\Gamma}$ it looks like he did: $\displaystyle \int \frac{(\vec{y})'}{\vec{y}} dt = \int \Gamma dt$. But how can he do this when $\vec{y}$ is a vector?
Using the spectral factorization, $e^{t\Gamma} = e^{tVDV^{-1}}$. How did he get $Ve^{tD}V^{-1}\vec{y_0}$ from this?