I have solved a couple of matrix exponential problems using $PDP^{-1}$ method. However, I am stuck on this problem as it is impossible to find the inverse of a singular matrix.
The problem is :cLet $dX/dt=AX$. Find $e^{At}$ where $A=\begin{bmatrix} 1&1\\0&1\end{bmatrix}$.
My attempt: After $\begin{bmatrix} 1-\lambda&1\\0&1-\lambda\end{bmatrix}$, I find that $\lambda=1,1$. But this would lead to the eigenvector $\begin{bmatrix} 1\\0\end{bmatrix}$. It follows that $\begin{bmatrix} 1&1\\0&0\end{bmatrix}$ does not have an inverse. I am stuck here.
$A$ can be decomposed as $$A=\begin{bmatrix} 1&0\\0&1\end{bmatrix}+\begin{bmatrix} 0&1\\0&0\end{bmatrix}=I+B,$$ notice that $B^2=0,$ hence $e^{tB}=I+tB.$