Yes, complex_plot is similar to a Mathematica function of the same type. To plot such a function the way you are indicating, we need to have the fast_float/fast_callable functions which do (very fast, as the name indicates) evaluation of functions to be plotted to work with complex input. This is largely done, but still needs review and/or work.
Obviously one could work around this by doing everything in x and y only (without i, even) but this is not a long-term solution. I have been frustrated by this not working as well in the past. Sorry this is not as easily available as it should be. - kcrisman On Sep 3, 5:52 am, sps <[email protected]> wrote: > Can I have a 3d plot graph about a complex funtion in sage? > For example: > f(z)=abs(1/(z-z0))? > > I've just tried by the function complex_plot but output is 2d graph! > What command I have to use? > Thanks -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
