area plotting in the complex plane

3 ビュー (過去 30 日間)
jack
jack 2011 年 4 月 8 日
Does anybody know how to "plot" an area in the complex plane? For example
{z:|f(z)|<1} where f(z)=(1+z)/(1-z).
Or more generally, f(z) is a complex function.
P.S. Shaded area may be preferable.

採用された回答

Walter Roberson
Walter Roberson 2011 年 4 月 8 日
What kind of representation were you hoping for? For example can you use the change of variables z = p + q*1j, use p as one axis, q as another axis, and then use isosurfaces on the resulting 4 dimensional plot (the other two axes being real(f(z)) and image(f(z))) ?
  1 件のコメント
jack
jack 2011 年 4 月 9 日
I think two dimension is enough. For instance, plot in the complex plane the area {z:|f(z)|<1} where f(z)=(1+z)/(1-z) and z=x+iy. Actually the curve |f(z)|=1 is not hard to plot by plotting the implicit function.
Is there any function for plotting a "open set" in MATLAB?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by