Is it so that partial fractions with complex roots can work sometime, and sometime not?
I have tried to check a result by WA here, and tried to solve it manually:
\begin{equation} X(z)=\frac{104z+30}{z^2+4z+5}=\frac{A}{(z-2+i)}+\frac{B}{(z+2-i)} \end{equation}
But I get that A does not exist: $(A\cdot 0)=104i-238$ which is false. So B equally does not exist.
Wolfram alpha does not give any solution either.
Is there something important to note when one has complex denominators?
Thanks