Finding the Fixed points of a Möbius Transformation

3k Views Asked by At

Is there a method or algorithm that can be used to find the Fixed points of a Möbius transformation on $\mathbb{C}$?

1

There are 1 best solutions below

0
On BEST ANSWER

For $$ f(z)=\frac{az+b}{cz+d} $$ the fixed points are the solutions of $$ \frac{az+b}{cz+d}=z $$ i.e. $$ cz^2+(d-a)z-b=0 $$ a quadratic in $z$