MathGroup Archive 2006

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

Search the Archive

Re: x/x

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66711] Re: x/x
  • From: "Szabolcs Horvat" <szhorvat at gmail.com>
  • Date: Sat, 27 May 2006 21:03:10 -0400 (EDT)
  • References: <e593im$3ju$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You can see the numerical errors because of the very narrow PlotRange

In[1]:=
Plot[x/x,{x,0,1}]

In[2]:=
PlotRange/.AbsoluteOptions[%]

Out[2]=
{{-0.025,1.025},{1.,1.}}

In[3]:=
ScientificForm[Last[%],20]

Out[3]=
{0.9999999999999977, 1.0000000000000022}


  • Prev by Date: Re: x/x
  • Next by Date: Re: x/x
  • Previous by thread: Re: x/x
  • Next by thread: Re: x/x