Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mob

Moebius transformations


Description

Moebius transformations

Usage

mob(M, x)
M %mob% x

Arguments

M

2-by-2 matrix of integers

x

vector of values to be transformed

Value

Returns a value with the same attributes as x. Elementwise, if

omitted: see PDF

then mob(M,x) is (ax+b)/(cx+d).

Note

This function does not check for M being having integer elements, nor for the determinant being unity.

Author(s)

Robin K. S. Hankin

References

Wikipedia contributors, "Mobius transformation," Wikipedia, The Free Encyclopedia (accessed February 13, 2011).

See Also

Examples

M <- matrix(c(11,6,9,5),2,2)
x <- seq(from=1+1i,to=10-2i,len=6)

M %mob% x
plot(mob(M,x))

elliptic

Weierstrass and Jacobi Elliptic Functions

v1.4-0
GPL-2
Authors
Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.