This is an example given in my book, and it seems to involve division by 0, so I'm rather confused
Here is how it's done in the book:
We have $z = 2 - 3i $
So, $z - 2 = -3i$
Now, ${(z-2)}^2 = {(-3i)}^2$
Or, $z^2 + 4 - 4z = 9i^2$
Or $z^2 -4z + 13 = 0$
Now, $4z^3 - 3z^2 + 169 = 4z(z^2 - 4z + 13) + 13(z^2 -4z + 13)$
In the above step, clearly $4z^3 - 3z^2 + 169$ has been divided by $z^2 - 4z + 13$ to obtain the factors. But $z^2 - 4z + 13 $ is equal to $0$, so wouldn't the division step give an undefined answer ?