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: [mg103955] Re: [mg103926] Re: The graph of (x + 2)^(1/5) + 4 not plotted
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Tue, 13 Oct 2009 23:21:08 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

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



  • Prev by Date: Re: trading
  • Next by Date: Grassmann algebra package
  • Previous by thread: Re: Better Way of Testing and Replacing List Elements?
  • Next by thread: Re: Re: The graph of (x + 2)^(1/5) + 4 not plotted