MathGroup Archive 2002

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

Search the Archive

Re: limit crash

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33230] Re: [mg33217] limit crash
  • From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
  • Date: Sat, 9 Mar 2002 18:05:14 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

I checked this with Mathematica 4.1 for MacOS X and discovered something 
rather curious. If I use the Front End to try to perform this 
computation the kernel quits. However, if I run the kernel without the 
FrontEnd I get:


In[1]:= a=Log[Log[x*Exp[x*Exp[x]] + 1]] - Exp[Exp[1/x]]*Log[x]

             1/x                         x
            E                           E  x
Out[1]= -(E     Log[x]) + Log[Log[1 + E     x]]

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

Out[2]= Infinity


Andrzej Kozlowski
Toyama International University
JAPAN
http://platon.c.u-tokyo.ac.jp/andrzej/



On Saturday, March 9, 2002, at 09:19  AM, 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
>
>
>
>



  • Prev by Date: Precision and Rounding
  • Next by Date: Re: question about Macintosh computers with dual CPU chips
  • Previous by thread: Re: limit crash
  • Next by thread: Re: Re: limit crash