Message Boards Message Boards

0
|
2052 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Complex vector plot of Exp[1/z] ?

Posted 3 years ago

Hello, I'm very new to the Wolfram Language, and I'm sorry if I'm making a beginner mistake. I'm trying to visualize the complex function f(z) = Exp(1/z) When I try this, I don't get any output or any error messages. I hope someone knows what I'm doing wrong. Every other function (f.e. Exp[z]) works fine.

ComplexVectorPlot[Exp[1/z],{z,-1 -1I,1 + 1I}]

I appreciate any help.

POSTED BY: Marius S
2 Replies

Marius,

you are not doing anything wrong! I think the problem here is the strong singularity at z==0. You can "tweak" it simply like so:

ComplexVectorPlot[Exp[1/(z - .0001)], {z, -1 - I, 1 + I}]

The difference should not be visible.

POSTED BY: Henrik Schachner
Posted 3 years ago

Thanks for your help. Everything is now working.

POSTED BY: Marius S
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract