I want to solve that question:
Find a greatest common divisor $d$ of $a = 170 + 32\sqrt{3}$ and $b = 61 + 35\sqrt{3}.$ Then find $f,g \in \mathbb{Z}[\sqrt{3}]$ such that $af + bg = d.$
Note that we defined the norm function as follows: Define the norm function $N:\mathbb{Q}[\sqrt{3}] \rightarrow \mathbb{Q}$ by $N(a_{1} + a_{2}\sqrt{3}) = \operatorname{det} \phi (a_{1} + a_{2}\sqrt{3}) = a_{1}^2 - 3 a_{2}^2.$ And we showed that $N(xy) = N(x)N(y)$ for all $x,y \in \mathbb{Q}[\sqrt{3}].$
My questions are:
a-I found those questions here:
1- Efficiently computing GCDs in $\mathbb{Z}[(1+\sqrt{-19})/2]$ and
2- GCD of two elements in $\mathbb Z \left[\frac{1 + \sqrt{-11}}{2}\right]$
but still I do not understand the general procedure of finding gcd using norm function, could anyone explain that for me please?
b- I know that to solve this part of the question "find $f,g \in \mathbb{Z}[\sqrt{3}]$ such that $af + bg = d.$" in case of $\mathbb{Z}$ we usually take the calculations we did in the first part (using the division algorithm )in reverse direction i.e. from last step to first step, But I do not know how we usually do that in case of $\mathbb{Z}[\sqrt{3}].$ Could anyone clarify that for me please?
My trial so far:
Since $N(a) = 25828 > N(b) = 46 = 2 \times 23$ and since $N(a)$ is not divisible by $23,$ then their common divisor is $2.$ then we will calculate $$\frac{170 + 32 \sqrt{3}}{61 + 35 \sqrt{3}} = \frac{3505}{23} - \frac{1999 \sqrt{3}}{23},$$ But this is not in $\mathbb{Z}[\sqrt{3}].$