MathGroup Archive 2001

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

Search the Archive

Re: Limit question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31524] Re: Limit question
  • From: "Higinio Ramos" <higra at usal.es>
  • Date: Fri, 9 Nov 2001 06:13:27 -0500 (EST)
  • Approved: Steven M. Christensen <steve@smc.vnet.net>, Moderator
  • Sender: owner-wri-mathgroup at wolfram.com

In[24]:=<< "Calculus`Limit`"
In[25]:=Limit [Exp[x] /x^2, x -> Infinity]

Out[25]=\[Infinity]


In[26]:=Limit [Exp[x] /( x!), x -> Infinity]

Out[26]=0



Higinio



  • Prev by Date: Re: FindRoot
  • Next by Date: Print value of a variable in a text cell
  • Previous by thread: Re: Re: Limit question
  • Next by thread: Re: Re: Limit question