$$ A=\begin{bmatrix} 4 & -15 & 6 \\ 1 & -4 &2 \\ 1 & -5 &3 \end{bmatrix} $$ Find natural logarithm of $A$.
I notice $Sp_A=\{1,1,1\}$. So $(A-E)^3$ must be zero.
$\ln(E+(A-E))=(A-E)-\frac{(A-E)^2}{2}$
Calculating, I get just a regular matrix with integers, but the key in the book says
$$\begin{bmatrix} 3 & -15 & 6 \\ 1 & -5 &2 \\ 1 & -5 &2 \end{bmatrix} + 2\pi in E, n\in \mathbb{Z}.$$
Where do $\pi$ and $i$ come from?
Let's first look at $1\times 1$ matrices instead. Those are some times more intuitive. For instance, the natural logarithm of the matrix $[e]$ is $[1]+2\pi i n[1]$ because $e^{1+2\pi in}=1$ for any integer $n$.
In your case it's exactly the same thing happening, only your matrices are $3\times 3$.