MathGroup Archive 2009

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

Search the Archive

Re: The graph of (x + 2)^(1/5) + 4 not plotted

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104014] Re: The graph of (x + 2)^(1/5) + 4 not plotted
  • From: Mike Bryniarski <melondisco at gmail.com>
  • Date: Thu, 15 Oct 2009 07:19:10 -0400 (EDT)
  • References: <200910131118.HAA29247@smc.vnet.net> <hb4ees$7ar$1@smc.vnet.net>

To get it to look like the output of Plot[] :

ContourPlot[
     (y - 4)^5 == x + 2, {x, -4, 4}, {y, 0, 6},
     ContourLabels -> False, Frame -> False, Axes -> True,
AspectRatio -> 1/GoldenRatio
]

On Oct 14, 7:59 am, victor chg <kindlych... at gmail.com> wrote:
> There is a gap in the graph using your method.
> Link to the graph:http://i35.tinypic.com/2r73pko.png
>
>
>
>
>
> On Wed, Oct 14, 2009 at 8:52 AM, Bob Hanlon <hanl... at cox.net> wrote:
>
> > The link did not go to a plot of the function in the subject. Try
>
> > Plot[
> >  (y /. Solve[y^5 == x + 2, y]) + 4,
> >  {x, -10, 5},
> >  PlotRange -> All]
>
> > Bob
>
> > ---- victor chg <kindlych... at gmail.com> wrote:
>
> > =============
> > Here is the link to the image:
> >http://tinypic.com/view.php?pic=veae6u&s=4
>
> > Victor Chg
> > --------------------------------------
> > Neuroscience Research Institute, Peking University, Beijing, P.R.China
> > 100038
>
> > --
>
> > Bob Hanlon
>
> --
> --------------------------------------
> Neuroscience Research Institute, Peking University, Beijing, P.R.China
> 100038



  • Prev by Date: Re: Better Way of Testing and Replacing List Elements?
  • Next by Date: Re: - limited from a pipe?
  • Previous by thread: Re: Re: The graph of (x + 2)^(1/5) + 4 not plotted
  • Next by thread: Re: The graph of (x + 2)^(1/5) + 4 not plotted correctly