I'm trying to solve this equation and I'm not sure how to proceed. I'm having some difficulties to understand finite field equations with complex numbers.
The task is:
Solve $x^2+4=0$ in $\mathbb{F}_7[\sqrt{-1}]$
My progress so far:
$x^2 = -4$
$x=\sqrt{-1} \cdot \sqrt{4} = {^+_-}2i$
$(x-2i)(x+2i)$
I'm not sure how to continue from here. Do I need to calculate the modulo to proceed with the finite field calculations? Or is ${^+_-}2i$ the final answer?
Thanks a lot in advance.