I am trying to learn how to use the Euclidean algorithm to find the GCD of $1 + 28i$ and $4 + 7i$. The question I am trying to answer is:
Apply the Euclidean algorithm to $\alpha = 1 + 28i$ and $\beta = 4 + 7i$ in the integers of $Q[\sqrt{-1}]$. Find quadratic integers $\mu$ and $\nu$ for which $\mu \alpha + \nu\beta = \text{gcd}(\alpha, \beta)$.
What I have done so far is divide $\alpha$ by $\beta$ to get $\frac{200}{65} + \frac{105}{65}i$. I used $3 + 2i$ as my nearest Gaussian integer, and then found $1 + 28i - (4 + 7i)(3 + 2i) = 3 - i$.
I am a bit unsure how to proceed. Is my work so far correct? How would I go about finding the GCD, and then the quadratic integers µ and ν?