MathGroup Archive 2010

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

Search the Archive

Re: plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110726] Re: plot
  • From: "J. Batista" <jbatista800 at gmail.com>
  • Date: Sat, 3 Jul 2010 08:19:34 -0400 (EDT)

You may have several options, but here is a simple solution:  change your
plot range from {x,-5,5} to {x,1,5} and add AxesOrigin->{0,0} in the plot
command.  If you don't include the command AxesOrigin->{0,0}, your plot may
look misleading.  Please also note that at x = 1, you may have a singular
point.
Regards,
J. Batista

On Fri, Jul 2, 2010 at 2:57 AM, agua <auguaylupo at gmail.com> wrote:

> Hi
> With  Plot[( (2x+1) Sqrt[x+1] ) / Sqrt[x-1] ,{x,-5,5}]
> hoped to obtain a graph only for x>1.
>
> What happened?
> regards.
>
>



  • Prev by Date: Re: non rectangular crop
  • Next by Date: Re: plot
  • Previous by thread: Re: plot
  • Next by thread: Re: plot