I am trying to compute the matrix exponential $e^{At}$ of the nilpotent matrix
$$ A = \begin{pmatrix} 0 & 0 \\ 1 & 0 \end{pmatrix}$$
I have computed the eigenvalues, which are $\lambda=0$ with algebraic multiplicity $2$, and the generalized eigenvectors are
$$ u_1 = \begin{pmatrix} 0 \\ 1 \end{pmatrix}, \qquad u_2 = \begin{pmatrix} 1 \\ 0 \end{pmatrix}$$
How do I proceed now for computing the matrix exponential?