mob.Rd
Moebius transformations
mob(M, x)
M %mob% x
Returns a value with the same attributes as x
. Elementwise, if
$$M=\left(\begin{array}{cc}a&b\\c&d\end{array}\right)$$
then mob(M,x)
is \(\frac{ax+b}{cx+d}\).
Wikipedia contributors, "Mobius transformation," Wikipedia, The Free Encyclopedia (accessed February 13, 2011).
This function does not check for M
being having integer
elements, nor for the determinant being unity.