MathGroup Archive 1999

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

Search the Archive

bug in the "Calculus`Limit`"

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15399] bug in the "Calculus`Limit`"
  • From: trif at ipm.marine.su
  • Date: Tue, 12 Jan 1999 03:14:59 -0500
  • Organization: Deja News - The Leader in Internet Discussion
  • Sender: owner-wri-mathgroup at wolfram.com

Hi, Mathematica people.
Look at this:

In[1]:=Limit[(3^n+5^n)/(3^n-5^n),n->Infinity]
Out[1]:=Limit[(3^n+5^n)/(3^n-5^n),n->Infinity]

In[2]:=Needs["Calculus`Limit`"]

In[3]:=Limit[(3^n+5^n)/(3^n-5^n),n->Infinity] Out[3]:=-3

???

In[4]:=ListPlot[ Table[(3^n+5^n)/(3^n-5^n),{n,100}] ]

Version: Mathematica 3.0 OS: Windows95

-----------
Evgeny

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own



  • Prev by Date: RE: listplot and notebook directory
  • Next by Date: Re: Re(2): assumption, supposition?
  • Previous by thread: Re: Solving A x = Lam B x with A & B singular
  • Next by thread: Re: bug in the "Calculus`Limit`"