MathGroup Archive 2007

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

Search the Archive

Re: What am I doing wrong with this code?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82561] Re: [mg82519] What am I doing wrong with this code?
  • From: "Thomas Dowling" <thomasgdowling at gmail.com>
  • Date: Wed, 24 Oct 2007 04:36:31 -0400 (EDT)
  • References: <200710230932.FAA29209@smc.vnet.net>

? Code OK on a Mac using Mathematica 6.0. Do error reoccur after restart?

Tom Dowling

On 10/23/07, sean_incali <sean_incali at yahoo.com> wrote:
>
> I think I'm having a brain fart. Seriously...
>
> Plot[{1/(1 + y^2), (1/y - 1)^(1/2)}, {y,  0, 5}]
>
> What is wrong with that code? Maybe it's not solvable in mathematica?
>
> I'm trying to plot nullclines of a system of ODEs. and those function
> up there are them. I just can't get mathematica to plot them in the
> same graph.
>
> I get an error message saying...
>
> >From In[22]:=
> (1/y - 1)^(1/2)  is not a machine-size real number at y =
> 1.0000001666666667`.
>
> Any help is appreciated.
>
> sean
>
>
>



  • Prev by Date: Re: What am I doing wrong with this code?
  • Next by Date: Re: What am I doing wrong with this code?
  • Previous by thread: What am I doing wrong with this code?
  • Next by thread: Re: What am I doing wrong with this code?