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.
- References:
- Re: Mandelbrot Set & Mathematica
- From: AGUIRRE ESTIBALEZ Julian <mtpagesj@lg.ehu.es>
- Re: Mandelbrot Set & Mathematica