Message Boards Message Boards

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

[?] Make the y axis represent imaginary numbers?

I Have seen others using the y axis to plot the imaginary values of a complex number, but i can not find any example on Mathematica. Is there a way to make the plot of the imaginary part of a complex number along with its real part on an x and y coordinate? Making it be Im and Re axis?

Thank you for any response...

2 Replies

Thanks you very much, you just gave me a good reason to update my license....

Posted 4 years ago

Hi Luis,

Maybe ReImPlot which was added in V12.

Or if it is a list of complex numbers e.g.

RandomComplex[{0, 10 + 10 I}, 5] // ReIm // ListPlot[#, AxesLabel -> {"Real", "Imaginary"}] &
POSTED BY: Rohit Namjoshi
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