A Mobius transformation of the plane takes $z \mapsto \frac{az+b}{cz+d}$. These are known to take circles to circles, but given an explicit circle, how do we compute the radius.
Let's parameterize our circle by $z(t) = z_0 + r e^{2\pi i n t}$. What is the radius and center of the image circle?
$$ \frac{a\,z(t)+b}{c\,z(t)+d}$$
I am looking for a computational proof that the image is a circle so I can find the (Euclidean) radius and center.

Source: Wikipedia
In my application, I have an approximate circle $\{ z_0 + e^{2\pi i n t}: t \in \frac{1}{N}\mathbb{Z} \}$ where $N$ is a large number. If we act the Mobius transformation pointwise, these spaces will no longer be evenly spaced out. So I decided it's better to compute the Euclidean center and radius if possible.