Ask Your Question
1

Riemann map between two different domains

asked 2018-12-16 18:54:53 +0200

ajd gravatar image

Sage has the RiemannMap functions which allow you to plot the Riemann map from a circle to a domain. Is there a way to compose two of these to plot the Riemann map between two different arbitrary domains?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-12-17 02:16:19 +0200

nbruin gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-12-16 18:54:53 +0200

Seen: 222 times

Last updated: Dec 17 '18