Re: limit crash
- To: mathgroup at smc.vnet.net
- Subject: [mg33378] Re: limit crash
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 18 Mar 2002 23:38:49 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <a6chm2$dr3$1@smc.vnet.net> <a6pk70$b3e$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, even if it works in your case, wrap an Evaluate[] around the Plot[] argument. Regards Jens Richard Fateman wrote: > > 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 > > > > >