mathics-django icon indicating copy to clipboard operation
mathics-django copied to clipboard

Plot complex functions

Open GarkGarcia opened this issue 4 years ago • 2 comments

This is a follow up to https://github.com/mathics/Mathics/issues/794:

When using Plot on a function with an imaginary part (e.g. Plot[Ix,{x,1,10}], only an empty coordinate system is returned. WolframAlpha's solution is to show two grafs: Plot[{Re[Ix],Re[Ix]},{x,1,10}]`, which might be a better default...

GarkGarcia avatar Dec 26 '20 14:12 GarkGarcia

This is true for Wolfram alpha, but not for WL, at least until v 11.3.0 :

Plot[Sin[x+2 I x],{x,-1,1}]

imagen

mmatera avatar Dec 26 '20 14:12 mmatera

This is true for Wolfram alpha, but not for WL, at least until v 11.3.0 :

Plot[Sin[x+2 I x],{x,-1,1}]

imagen

Does that mean we're complying to "standard" bahaviour (the one exhibited by Mathematica)?

GarkGarcia avatar Dec 28 '20 14:12 GarkGarcia