How can I compute $e^{At}$ where $A = J_{3}(5)$? That is,
$$A = \begin{pmatrix} 5 & 1 & 0 \\ 0 & 5 & 1 \\ 0 & 0 & 5 \end{pmatrix} $$
Using this, how can I write down a basis for the space of solutions to the differential system $dx/dt = Ax$?
I computed the characteristic polynomial $(-\lambda + 5)^3$, which has roots at $\lambda = 5$ with multiplicity $3$. Hence, we can write
$$e^{At} = \sum_{k=0}^{n - 1}c_{k}A^{k},$$
where the $c_{k}'s$ are determined by
$$e^{\lambda_{i}t} = \sum_{k=0}^{n-1}c_{k} \lambda_{k}.$$
So,
$$e^{5t} = c_{0}5 + c_{1}5 + c_{2}5$$
I got stuck from here. I wrote the first sum explicitly as
$$e^{At} = c_0A^{0} + c_1A^{1} + c_{2}A^{2},$$
but I got nowhere. I would really appreciate some help.
Since$$A=\begin{bmatrix}5&0&0\\0&5&0\\0&0&5\end{bmatrix}+\begin{bmatrix}0&1&0\\0&0&1\\0&0&0\end{bmatrix}$$and since these two matrices commute,$$e^A=\exp\left(\begin{bmatrix}5&0&0\\0&5&0\\0&0&5\end{bmatrix}\right)\exp\left(\begin{bmatrix}0&1&0\\0&0&1\\0&0&0\end{bmatrix}\right).$$Can you take it from here?