MathGroup Archive 2009

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

Search the Archive

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

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103991] Re: [mg103926] Re: The graph of (x + 2)^(1/5) + 4 not plotted
  • From: victor chg <kindlychung at gmail.com>
  • Date: Wed, 14 Oct 2009 07:59:11 -0400 (EDT)
  • References: <200910131118.HAA29247@smc.vnet.net>

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 <hanlonr 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 <kindlychung 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: NDSolve -- how to impose constrint on function
  • Next by Date: ChemicalData[], SMILES, EdgeRules
  • Previous by thread: Re: Re: The graph of (x + 2)^(1/5) + 4 not plotted correctly
  • Next by thread: Re: The graph of (x + 2)^(1/5) + 4 not plotted