Re: limit crash
- To: mathgroup at smc.vnet.net
- Subject: [mg33306] Re: limit crash
- From: Richard Fateman <fateman at cs.berkeley.edu>
- Date: Thu, 14 Mar 2002 02:22:11 -0500 (EST)
- Organization: University of California, Berkeley
- References: <a6chm2$dr3$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Richard Fateman wrote: > a=Log[Log[x*Exp[x*Exp[x]] + 1]] - Exp[Exp[1/x]]*Log[x] > > Limit[a,x->Infinity] > > crashes the Math kernel in 4.1 > at location 0x64008450 > on Windows 2000. > > RJF > In response to some other peoples' testing, I went back and tried again, this time define a as above Plot[a,{x,0.1,2.0}] Limit as above. It gives infinity. RJF > >