Suppose we have $$H(n) = H(n-1)-H(n-2) \rightarrow x^2-x+1 \rightarrow r_1 = \frac{1+\sqrt{-3}}{2}, r_2 = \frac{1-\sqrt{-3}}{2}$$
or
$$H(n) = H(n-1)+H(n-2)+H(n-3) \rightarrow x^3-x^2-x-1=0$$
In either case, how would the recurrence relation be solved? Are there other techniques for complex roots/non-quadratics?
If you apply the techiques applicable to quadratics/real roots with complex numbers, you'll see that at the end you have pairs of conjugate complex numbers that add up to reals. Just that the solutions aren't monotonic, they fluctuate.
Just take a look at what happens if you end up with $A(z) = \frac{1}{1 + z + z^2}$.