def phi(z): return 2*sqrt(3+z) def dif(a,b): return (phi(a+I*b)-(a+I*b)) var('x y') plot_vector_field((dif(x,y).real(),dif(x,y).imag()),(x,-3,3), (y,-3,3)).show()
This returns an error because Maxima does not know: "Is y positive, negative, or zero?" I suspect that this is a bug, since plot_vector_field should pass the necessary information about x and y to Maxima. Thanks! --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---