Re: Evaluation of limit
- To: mathgroup at smc.vnet.net
- Subject: [mg115719] Re: Evaluation of limit
- From: Gabriel Landi <gtlandi at gmail.com>
- Date: Wed, 19 Jan 2011 05:26:09 -0500 (EST)
I copied and pasted your code and the result was zero (Mathematica 8.0). What version did you use? Gabriel On Tue, Jan 18, 2011 at 8:52 AM, Dr. C. S. Jog <jogc at mecheng.iisc.ernet.in>wrote: > If I give the command > > In[1]:= Limit[Cosh[x]+Sinh[x]^2*Log[Tanh[x/2]],x->Infinity] > > I get > x 2 > Out[1]= Limit[Cosh[x] + Log[Tanh[-]] Sinh[x] , x -> Infinity] > 2 > > instead of zero. This result can be verified numerically (of course, by > using higher precision than the default). > > Regards > > C. S. Jog >