MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Mandelbrot Set & Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48093] Re: Mandelbrot Set & Mathematica
  • From: "Peltio" <peltio at twilight.zone>
  • Date: Thu, 13 May 2004 00:08:19 -0400 (EDT)
  • References: <c7fhp4$oar$1@smc.vnet.net> <200405080523.BAA11576@smc.vnet.net> <c7kl93$2ju$1@smc.vnet.net> <c7nn8d$dlh$1@smc.vnet.net> <c7q6e4$rpq$1@smc.vnet.net>
  • Reply-to: "Peltio" <peltioNOSP at Mdespammed.com.invalid>
  • Sender: owner-wri-mathgroup at wolfram.com

"Bobby R. Treat" wrote

>You left x2 and y2 undefined.

My guess is that the "2"'s stand for "^2"'s.
Must be some sort of copy & paste disfunction. Probably some of the powers
were in standard form, while others were in input form.

>> ContourPlot[(x^2+y^2+c[x,y]*x)^2-c[x,y]^2*(x^2+y^2),{x,-4,4},{y,-4,4},
>>    PlotPoints -> {300, 300},
>>      ImageSize -> 600,
>>       ColorFunction->(Hue[2#]&)]

cheers,
Peltio
Invalid address in reply-to. Crafty demunging required to mail me.




  • Prev by Date: Re: The Wave Equation : Mathematica vs. Mathworld
  • Next by Date: tabControl help please?
  • Previous by thread: Re: Mandelbrot Set & Mathematica
  • Next by thread: Re: Mandelbrot Set & Mathematica