MathGroup Archive 2006

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

Search the Archive

Limit bug?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg65904] Limit bug?
  • From: "Ray Koopman" <koopman at sfu.ca>
  • Date: Sat, 22 Apr 2006 04:54:26 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Does anyone have an explanation for this?
I was expecting Out[2] to be Log[2].

In[1]:= Limit[ Log[Cosh[x]] - x, x -> Infinity]

Out[1]= -Log[2]

In[2]:= Limit[ x - Log[Cosh[x]], x -> Infinity]

Out[2]= Limit[x-Log[Cosh[x]],x\[Rule]\[Infinity]]


  • Prev by Date: Re: Re: unable to FullSimplify
  • Next by Date: Cubic Spline Input
  • Previous by thread: Problem connecting to ODBC database
  • Next by thread: Re: Limit bug?