I'm trying to learn the process to discover $e^A$
For example, if $A$ is diagonalizable is easy:
$$A =\begin{pmatrix} 5 & -6 \\ 3 & -4 \\ \end{pmatrix}$$
Then we have the canonical form $$J_A =\begin{pmatrix} 2 & 0 \\ 0 & -1 \\ \end{pmatrix}$$
because the auto-values are $2$ and $-1$.
Am I right? so I continue
$$e^A =P\begin{pmatrix} e^2 & 0 \\ 0 & e^{-1} \\ \end{pmatrix}P^{-1}$$
Where $$P=\begin{pmatrix} 2 & 1 \\ 1 & 1 \\ \end{pmatrix}$$
Because the auto-vectors are (2,1) and (1,1).
If the auto-values the things become more complicated:
For example:
$$B =\begin{pmatrix} 0 & 1 \\ -2 & -2 \\ \end{pmatrix}$$
The auto-values are $-1+i$ and $-1-i$, then the canonical form is:
$$J_B =\begin{pmatrix} -1 & -1 \\ 1 & -1 \\ \end{pmatrix}$$
I don't know how to discover $e^B$ in the complex case. How do I have to proceed in this case?
I would like to know also if there are some pdfs or books with examples or problems with solutions about this subject.
I really need help
Thanks a lot.
EDIT
I found another example of a matrix whose some auto-values are complexes:
$$ C=\begin{pmatrix} 1 & 0 & -2 \\ -5 & 6 & 11 \\ 5 & -5 & -10 \\ \end{pmatrix} $$
Its canonical form
$$ J_C=\begin{pmatrix} 1 & 0 & 0 \\ 0 & -2 & 1 \\ 0 & -1 & -2 \\ \end{pmatrix} $$
Why $J_A$ is the matrix $A$ in the canonical form? the author doesn't use complexes numbers, why? How do I find $e^A$ in this case? in the same way?
EDIT 2
The book I'm using says that the complex Jordan block related to the auto-value $a+bi$ is
$$ \begin{pmatrix} a & b \\ -b & a \\ \end{pmatrix} $$
The book also says that it's using the real Jordan canonical form in contrast with the complex Jordan canonical form (see answer below).