|
original poster
hbghlyj
posted 2024-12-20 06:46
Last edited by hbghlyj 2024-12-20 13:35wolfram.com/language/12/complex-visualization … deal-fluid-flow.html- ComplexPlot[(-I z)^(2/3) - (-z)^(2/3), {z, -3 - 3 I, 3 + 3 I},
- Mesh -> {Range[0, 3, .2]}, MeshFunctions -> {Im[#2] &}, Sequence[
- RegionFunction -> Function[{z},
- Or[Arg[z] < (-Pi)/2, Arg[z] > 0]], BoundaryStyle -> None]]
Copy the Code
这个是拐角的外部(全平面去掉拐角的内部)。和上面不一样。 |
|