I need to show that
$$ae^{\lambda t}(1,0)+be^{\lambda t}(t,1)$$ is a general solution of
$$ X'=\begin{bmatrix} \lambda & 1 \\ 0 & \lambda \end{bmatrix}X $$
I guess that the derivative of the first part is just $a \lambda e^{\lambda t } (1.0)$, but I am not sure how to differentiate the second part.
HINT: Write the solutions as
\begin{eqnarray} x(t) &=& ae^{\lambda t} + b t e^{\lambda t} \\ y(t) &=& be^{\lambda t} \end{eqnarray}
And show they solve the problem
\begin{eqnarray} \frac{dx}{dt} &=& \lambda x(t) + y(t) \\ \frac{dy}{dt} &=& \lambda y(t) \end{eqnarray}