I need to plot the cube root of x in mathematica, but the plot shows me only the real part. I want it to look like wolframalpha plot with both real and imaginary parts of the function. Is it possible to do it?
EDIT:
|
I need to plot the cube root of x in mathematica, but the plot shows me only the real part. I want it to look like wolframalpha plot with both real and imaginary parts of the function. Is it possible to do it? EDIT: |
||||
|
I am probably misunderstanding you but, to see branch cuts and the like, you can do this sort of thing:
so there's a branch cut along the negative real axis. EDIT: In response to comment:
|
|||||
|
|
|
Because M. always takes the principal value of complex numbers, you don't see the values for negative x. You can try
|
|||
|
|
ContourPlotapproach, or yet another example : mathematica.stackexchange.com/questions/3458/… – Artes May 18 '12 at 23:34