ry_moebius: Mobius transformation

Description Usage Arguments Examples

Description

This function returns a moebius transformation function that maps three complex points, zs, to three complex points, ws.

Usage

1
ry_moebius(zs, ws)

Arguments

zs

is a complex vector with length three.

ws

is a complex vector with length three.

Examples

1
2
3
4
5
zs <- runif(3) + 1i * runif(3)
ws <- runif(3) + 1i * runif(3)
mob.fx <- ry_moebius(zs,ws)
print(mob.fx(zs))
print(ws)

ryamada22/Ronlyryamada documentation built on May 28, 2019, 10:43 a.m.