Plotting e^ix on the complex plane in Maple

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Homework Helper
Gold Member
Messages
2,394
Reaction score
4
How do I plot a Complex Function like...

e^ix?

I tried things like...

complexplot(x,y);

...but that gets me knowhere.

I searched on the program, but it never mentions anything about a Complex Plane of Argand Plane.

I would really like to see this graph, which probably looks like a trig function anyways.
 
Physics news on Phys.org
How would you do that?

That's what I am trying to do. How would I plot real vs. imaginary components? That is what a complex plane is, and I looked for it.

Sorry, I'm kind of new at the program.
 
Like this?

plot(cosx,sinx);