MathGroup Archive 2004

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

Search the Archive

Re: Limits

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46490] Re: [mg46475] Limits
  • From: "Ravinder Kumar B." <ravi at crest.ernet.in>
  • Date: Fri, 20 Feb 2004 06:53:38 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Try this:
<< NumericalMath`NLimit`
N[Limit[Exp[n]/n^3, n->Infinity]]

I think mathematica outputs the expression as it is if the limit value of
the expression is not finite. N prceeding the limit will force mathematica
to show numerical value. May be there is a better explanation to it that
experts can clarify!



On Fri, 20 Feb 2004, 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.
>

-- 
    Regards,                                   Feb 20
    Ravi



         |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
         |           Ravinder Kumar Banyal (SRF),                |
         |          Indian Institute of Astrophysics,            |
         |           Koramangala Bangalore - 560 034. INDIA      |
         | email : banyal at iiap.ernet.in ;   ravi at crest.ernet.in  |
         | Ph No : 080 5530672 (IIA)       080 7931972 (Hoskote) |
         |                                     7931952           |
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All that is necessary for the triumph of evil is that enough good
men do nothing --Edmund Burke.


  • Prev by Date: Re: MathLink and Fortran
  • Next by Date: Re: Computing sets of equivalences
  • Previous by thread: RE: Limits
  • Next by thread: Re: Limits