Suppose we have a system $\boldsymbol X'=\boldsymbol A\boldsymbol X$. Let's denote the laplace transform of a vector $\boldsymbol Y$ as $\mathscr L\{\boldsymbol Y(t)\}(s)=\boldsymbol y(s)$. If we apply the laplace transform to our system: $$s\boldsymbol x-\boldsymbol X(0)=\boldsymbol A \boldsymbol x\Longrightarrow \boldsymbol x=(s\boldsymbol I-\boldsymbol A)^{-1}\boldsymbol X(0).$$
The solution is obtained when we apply the inverse laplace transform. How could I solve such a system when I'm given a vector not at $0$? I haven't come across with an exercise like that one yet, but I wonder how could one solve it...
To solve $X' = A X$ with $X(t_0) = b$ given, solve $Y' = A Y$ with $Y(0) = b$, and take $X(t) = Y(t - t_0)$.