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
- Follow-Ups:
- Re: bug in the "Calculus`Limit`"
- From: Daniel Lichtblau <danl>
- Re: bug in the "Calculus`Limit`"