Let $a,b,c,d \in \mathbb{Z}$ such that $n = \left| ad - bc \right| \neq 0$. Prove that $\mathbb{C}(x,y)/\mathbb{C}(x^a y^b, x^c y^d)$ is an extension of degree $n$ and describe the Galois group of this extension.
I literally have no ideas, all the things I know is that this is a finite extension. For example, $x$ is algebraic over $L = \mathbb{C}(x^a y^b, x^c y^d)$ because it is root of the following polynomial $$f(t) = t^{n/l} - \frac{(x^a y^b)^{v}}{(x^c y^d)^u}$$ in which $l = \mathrm{gcd}(b,d), lv = d, lu = b$. Of course I know if I keep trying then I could show that the polynomial above is irreducible but that is not enough to determine the Galois group. I wonder if there exists certain systematic theory behind this problem or at least some famous theorem I do not know? (I do not major in number theory)
Through trial and error, I found out that any attempts to attack this problem directly lead to this system of linear equation in $\mathbb{Z}/n\mathbb{Z}$: $$\begin{aligned}ai+bj &\equiv 0 \pmod{n}\\ci+dj &\equiv 0\pmod{n}\end{aligned} $$ I couldn't find out any way to solve this linear system; even the number of solutions is uncomputable. TokenToucan's answer done this (up to a change of coordinate), but I'm not very sure about some of his argument. Later I realize that the "right" approach is to look at its Pontryagin duality.
For brevity, let $L=\mathbb{C}(x,y)$ and $K=\mathbb{C}(x^ay^b,x^cy^d)$. It's easy to see that $x^n,y^n\in K$. Therefore $L$ is the splitting field of $(X^n-x^n)(X^n-y^n)$ over $K$, so $L/K$ is Galois. The hard part is to compute the Galois group.
Let $w=e^{2\pi i/n}$ and $G=\mathrm{Gal}(L/K)$. For $\sigma\in G$, there exists $i,j$ such that $\sigma(x)=xw^i,\sigma(y)=yw^j$. One can deduce that $G$ is abelian and $\sigma^n=1$, so the exponent of $G$ divides $n$. Since $K$ contains every $n$-root of unity, $L/K$ is an $n$-Kummer extension. Consider the set $M(L)=\{a\in L^{\times}:a^n\in K^{\times}\}$, then $M(L)$ is a subgroup of $L^{\times}$ that contains $K^{\times}$. Denote $M(L)/K^{\times}$ by $\mathrm{kum}(L/K)$ and the group of $n$-root of unity by $\mu_n$, we can define the Kummer pairing $$\begin{aligned} B: G\times \mathrm{kum}(L/K) &\to \mu_n\\ (\sigma,\alpha K^{\times}) &\mapsto \sigma \alpha/\alpha \end{aligned} $$ Kummer theory said that $B$ is a non-degenerate bilinear form. It defines an isomorphism $$\begin{aligned} \mathrm{kum}(L/K) &\to \mathrm{Hom}(G,\mu_n)\\ h=\alpha K^{\times} &\mapsto B_h:\sigma \mapsto \sigma \alpha/\alpha \end{aligned}$$ Note that $\mathrm{Hom}(G,\mu_n)=\mathrm{Hom}(G,\mathbb{C}^{*})\cong G$, by Pontryagin duality. Since the isomorphism $\mathrm{Hom}(G,\mathbb{C}^{*})\cong G$ is non-canonical, it suggests that one is easy to compute and one is not. In this case, the duality $\mathrm{kum}(L/K)$ is easier to deal with.
One might notice that $B_x$ and $B_y$ generate $\mathrm{Hom}(G,\mu_n)$, since we have $B_x(\sigma)=i, B_y(\sigma)=j$ and $i,j$ determine $\sigma$ uniquely. In consequence, $xK^{\times}$ and $yK^{\times}$ generate $\mathrm{kum}(L/K)$. Let $r=xK^{\times},s=yK^{\times}$, we have $r^as^b=r^cs^d=1$. Moreover, one can prove that $x^py^q\in K$ if and only if $x^py^q$ can be written in the form $(x^ay^b)^u(x^cy^d)^v$. In other words, $$\mathrm{kum}(L/K)=\langle r,s\mid rs=sr,r^as^b=r^cs^d=1\rangle\cong \mathbb{Z}^2/\langle (a,b),(c,d)\rangle$$ Here I prove that if $x^py^q\in K$ then it must be of this form. By adding a multiply of $n$, we can assume that $p,q,a,b,c,d>0$. There are $F,G\in K[X,Y],G\neq 0$ such that $G(x^ay^b,x^cy^c)x^py^q=F(x^ay^b,x^cy^d)$. Compare the leading terms (the terms with highest total degree and there can be many such terms), one obtain $$c(x^ay^b)^u(x^cy^d)^vx^py^q=c(x^ay^b)^{u'}(x^cy^d)^{v'}\Leftrightarrow x^py^q=(x^ay^b)^{u'-u}(x^cy^d)^{v'-v}$$
Last step can be done using Smith normal form for matrix over PID. Consider the matrix $$A=\begin{pmatrix}a &c\\b &d\end{pmatrix}$$ with Smith normal form $$A'=\begin{pmatrix}u &0\\0 &v\end{pmatrix}$$ Here $uv=\pm \det A=\pm n$. Then $$\mathrm{kum}(L/K)\cong \mathbb{Z}^2/\langle (a,b),(c,d)\rangle=\mathbb{Z}^2/A\mathbb{Z}^2\cong \mathbb{Z}^2/A'\mathbb{Z}^2\cong \mathbb{Z}/u\mathbb{Z}\times \mathbb{Z}/v\mathbb{Z}$$ Then $\vert G\vert=\vert \mathrm{kum}(L/K)\vert=n$ obviously.
For a treatment of Kummer extension, see Field and Galois theory by Patrick Morandi or Lectures of Abstract Algebra - III. Theory of Fields and Galois Theory by N. Jacobson. See this answer for more detail about the use of Smith normal form.