Mathematica Mathematica5.0 and I want to graph my equation that has imaginary part

  • Thread starter Thread starter Nickolas
  • Start date Start date
  • Tags Tags
    Graph Imaginary
AI Thread Summary
To graph equations with imaginary parts in Mathematica 5.0, users can plot the real and imaginary components separately using the commands Plot[Re[eq],{parameter,initial,final}] for the real part and Plot[Im[eq],{parameter,initial,final}] for the imaginary part. Alternatively, 3D plots can be utilized to visualize both components together, providing a comprehensive view of the equation's behavior.
Nickolas
Messages
19
Reaction score
0
Hi
can you help me guys?
I use mathematica5.0 and I want to graph my equation that has imaginary part?

Do you anyone plot equation that has imaginary part before?

please help me:cry:
 

Attachments

Last edited:
Physics news on Phys.org
You can plot real and imaginary parts separately:
Plot[Re[eq],{parameter,initial,final}]
Plot[Im[eq],{parameter,initial,final}]

Or you can go for 3D plots.
 

Similar threads

Replies
4
Views
2K
Replies
3
Views
2K
Replies
3
Views
3K
Replies
23
Views
3K
Replies
1
Views
668
Back
Top