[sage-support] Re: Mathematica code conversion

2009-11-23 Thread Sterling
Is this the optimal code for what I'm trying to do? On my MacBook, it takes a good minute or so before the graph appears. Not that I'm complaining... On Nov 21, 9:56 pm, Robert Bradshaw rober...@math.washington.edu wrote: On Nov 21, 2009, at 7:50 PM, Jason Grout wrote: Sterling wrote:

[sage-support] Re: Mathematica code conversion

2009-11-21 Thread Jason Grout
Sterling wrote: I'm trying to duplicate what this Mathematica code does in SAGE: F[z_]=4*Log[z^3]-2*Log[z^3-8] a=ContourPlot[If[ySqrt[3]*x, Im[F[x+I*y]]], {x, 0, 4}, {y, 0, 4}, ContourShading-False, Contours-30] b=Plot[Sqrt[3]*x, {x, 0, 4}] Show[a, b] I originally used this (this