| 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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.