Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you have two RiemannMap objects A and B, then at least you have easy access to the point-wise map via composing one with the inverse of the other:

BtoA = lambda(z): B.riemann_map(A.inverse_riemann_map(z))

be careful, though: the computation of these maps only seem to have a few digits of precision, so you'll quickly see numerical artifacts.