I am trying to prepare for my exams and want to calculate some matrix exponents $\exp(A)$ and wanted to do this with $$A = \begin{bmatrix} -1 & 1 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & -1 \end{bmatrix}.$$
Right now I have $\sum_{j=0}^\infty \frac{(-1)^{(j-1)}}{(j-1)!}$
$$ e^{A} = \begin{bmatrix} 1/e & \sum_{j=0}^\infty \frac{(-1)^{(j-1)}}{(j-1)!} & 1 \\ 1 & 1/e & 1 \\ 1 & 1 & 1/e \end{bmatrix}.$$
I would greatly appreciate any tips or tricks I could use to progress further or even understand were I might have made mistakes.
Further info: I arrived at my question through the following:
$A = (D+N)$
$$ (D+N)^n=\sum_{n=0}^{\infty}{n \choose k} D^{n-k} \cdot N^k = {n \choose 0} D^{n} \cdot N^0 + {n \choose 1} \cdot D^{n-1} \cdot N =D^n+n \cdot D^{n-1}\cdot N$$ Since $N^n = 0$ $\forall n\geq 2$ only the first two sum elements matter.