Suppose we have a matrix of the form
$A = I + N$ with $N^2 = 0$.
Compute $e^{At}$ in terms of $N$.
My initial attempt to solve this problem was
$e^{At} = I + At + \frac{At^2}{2!} + \frac{At^3}{3!} + \cdots$
$\;\;\;\;\; = I + A(1 + t + \frac{t^2}{2!} + \frac{t^3}{3!} + \cdots) - A$
$\;\;\;\;\; = I - A + Ae^t$
$\;\;\;\;\; = -N + (I + N)e^t$
$\;\;\;\;\; = Ie^t + N(e^t - 1)$
However, the solution that I was provided states that
by induction,
$A^k = I + (k-1)N$
$e^{At} = e^tI + te^tN$
which confuses me because I thought
$A^k = I + kN$
I am not sure what went wrong with my approach.
Could someone help me out?
Thank you for reading.
You missed the powers of $A$ in the first line. It should be \begin{eqnarray*} e^{At} = I + At + \frac{A^{\color{red}{2}}t^2}{2!} + \frac{A^{\color{red}{3}}t^3}{3!} + \cdots. \end{eqnarray*} With $A^k=I+kN$ should be quite easy from here ?