Re: Limits
- To: mathgroup at smc.vnet.net
- Subject: [mg46499] Re: Limits
- From: astanoff at yahoo.fr (astanoff)
- Date: Fri, 20 Feb 2004 22:58:32 -0500 (EST)
- Organization: Gyptis.org les Linuxiens normaux
- References: <c146i0$490$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Ronny Mandal wrote: > Hi! > I am trying to find the limit of the following expression : > (E^n / n^3), n is growing to pos. infinity. But Mathematica 4.2 only > yield the expression in return! And it shipped with no comprehensive > doc, since it is a student version. > Any suggestions? > Thanks. -- I think its a bug, but, curiously, Mathematica [4.1] gives the right answer with Log : In[1]:=Limit[Log[E^n/n^3],n -> Infinity] Out[1]=Infinity --