Consider the system of ODE in $\Bbb R^2 $
$\dfrac{dY}{dt}=AY$ where $Y(0)=$ \begin{bmatrix} 0 \\ 1\end{bmatrix} $t>0$
where $ A=$ \begin{bmatrix} -1 & 1 \\ 0 & -1\end{bmatrix}
and $Y(t)=$\begin{bmatrix} y_1(t) \\ y_2(t)\end{bmatrix}
My try: $dy_1(t)=-y_1(t)+y_2(t)$ and $dy_2(t)=-y_2(t)$
On solving the second equation I got $y_2(t)=e^{-t}$
Putting this in the first one I got : $dy_1(t)+y_1(t)=e^{-t}$
On solving the homogeneous and complementary function I got
$y_1(t)=Ae^{-t}+te^{-t}$
Putting $t=0$ we get $A=0$ so $y_1(t)=te^{-t}$.
The solution of the second differential equation, i.e., $dy_1(t)+y_1(t)=e^{-t}$ is $y_1(t)=ce^{-t}+te^{-t}$ and according to the boundary condition, it would be $y_1(t)=te^{-t}$.