home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / math / symbolic / 2341 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.4 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!cmcl2!acf3!fanchiot
  2. From: fanchiot@acf3.NYU.EDU (Sergio Fanchiotti)
  3. Newsgroups: sci.math.symbolic
  4. Subject: MapleV: limit crashes... an old bug?
  5. Message-ID: <61830007@acf3.NYU.EDU>
  6. Date: 8 Sep 92 14:35:00 GMT
  7. Sender: notes@cmcl2.nyu.edu (Notes Person)
  8. Organization: New York University
  9. Lines: 32
  10. Nntp-Posting-Host: acf3.nyu.edu
  11.  
  12.  
  13.  
  14.  
  15.     I hope this is not one of those well known bugs. If so please
  16.     send me a pointer to a FEB (Frequantly Encountered Bug) list!
  17.  
  18.     Playing with MapleV I found out that sometimes it crashes
  19.     pretty badly trying a simple limit, it simply runs out of
  20.     memory!
  21.  
  22. > limit(ln(abs(x))*x,x=0) ;
  23. bytes used=1000436, alloc=786288, time=9.883
  24. /usr/bin/maple: 15422 Memory fault11.0u 2.3s 0:36elap 36%cpu (243t+820ds+1063avg+832max)kb (15i+13o)ev (10maj+66min)pf 0swaps
  25.  
  26. If we try with the right condition: sometimes it works some it doesn't.
  27.  
  28. > limit(ln(abs(x))*x,x=0,right) ;
  29. bytes used=1000008, alloc=786288, time=10.283
  30. /usr/bin/maple: 15448 Memory fault11.4u 2.1s 0:38elap 34%cpu (242t+817ds+1059avg+832max)kb (28i+12o)ev (10maj+66min)pf 0swaps
  31.  
  32. From the left it also crashes...
  33.  
  34. > limit(ln(abs(x))*x,x-=0,left) ;
  35. bytes used=1000004, alloc=786288, time=10.683
  36. /usr/bin/maple: 15474 Memory fault11.9u 2.8s 0:49elap 29%cpu (247t+809ds+1056avg+838max)kb (43i+13o)ev (11maj+66min)pf 0swaps
  37.  
  38.  
  39.     Does anyone know why this crashes Maple. Also, Mathematica won't
  40.     do it, but it does not crash..
  41.  
  42.                     Saludos,
  43.                         ...Sergio.
  44.