Use the definition of the matrix exponential to compute $e^A$ for $A=\begin{pmatrix} 1 & 1\\ 0 &1 \end{pmatrix}$
My work:
I know that $e^A=Xe^DX^{-1}$
To obtain $e^D$, I calculated for the eigen values $\lambda_1 = 1$ and $\lambda_2 = 1$
Therefore $e^D= \begin{pmatrix} e^1 & 0\\ 0 &e^1 \end{pmatrix}$
For the eigen values, I got the eigen vectors: x$_1 = (1,0)^T$ and x$_2 = (1,0)^T$
This means that $X= \begin{pmatrix} 1 & 1\\ 0 &0 \end{pmatrix}$
Then, I tried to find $X^{-1}$, but my $X$ is not invertible and I really don't know where I made my mistake.
Your $ X $ is not invertible. More importantly, $ A $ is not diagonalizable otherwise since its only eigenvalue is $1 $ it would be equal to the identity.
With your work, you found another proof of the non diagonalizability, since the geometric multiplicity ($1$) is less than the algebraic multiplicity ($2$) for the eigenvalue $1 $.
Hint: use induction to prove a formula for $ A^n $.