mobius

mobius

Möbius transformation class for the cxregions package.

Classes

Name Description
Mobius Representation of a Möbius or bilinear transformation.

Mobius

mobius.Mobius(*args)

Representation of a Möbius or bilinear transformation.

A Möbius transformation is a function of the form f(z) = (az + b) / (cz + d).

Attributes

Name Description
coeff Return the coefficients [a, b, c, d] of the Möbius transformation.

Methods

Name Description
compose Compose two Möbius transformations.
inv Return the inverse Möbius transformation.
compose
mobius.Mobius.compose(other)

Compose two Möbius transformations.

inv
mobius.Mobius.inv()

Return the inverse Möbius transformation.