home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / math / symbolic / 2356 < prev    next >
Encoding:
Text File  |  1992-09-09  |  2.0 KB  |  59 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!cs.utexas.edu!torn!watserv2.uwaterloo.ca!watdragon.uwaterloo.ca!daisy.uwaterloo.ca!katherle
  3. From: katherle@daisy.uwaterloo.ca (Kate Atherley)
  4. Subject: Re: MapleV: limit crashes... an old bug?
  5. Message-ID: <BuBCw2.21t@watdragon.uwaterloo.ca>
  6. Sender: news@watdragon.uwaterloo.ca (USENET News System)
  7. Organization: University of Waterloo
  8. References: <61830007@acf3.NYU.EDU>
  9. Date: Wed, 9 Sep 1992 13:45:37 GMT
  10. Lines: 47
  11.  
  12. In article <61830007@acf3.NYU.EDU> fanchiot@acf3.NYU.EDU (Sergio Fanchiotti) writes:
  13. >
  14. >> limit(ln(abs(x))*x,x=0) ;
  15. >bytes used=1000436, alloc=786288, time=9.883
  16. >/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
  17. >
  18. >If we try with the right condition: sometimes it works some it doesn't.
  19. >
  20. >> limit(ln(abs(x))*x,x=0,right) ;
  21. >bytes used=1000008, alloc=786288, time=10.283
  22. >/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
  23. >
  24. >From the left it also crashes...
  25. >
  26. >> limit(ln(abs(x))*x,x-=0,left) ;
  27. >bytes used=1000004, alloc=786288, time=10.683
  28. >/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
  29. >
  30. >
  31. >    Does anyone know why this crashes Maple. Also, Mathematica won't
  32. >    do it, but it does not crash..
  33.  
  34. This is a bug in Maple V.  As the session below shows,
  35. this has been fixed in the development version of Maple.
  36. You can expect to see this fix in the next release.
  37.  
  38.     |\^/|
  39. ._|\|   |/|_. Symbolic Computation Group, University of Waterloo
  40.  \  MAPLE  /  Research Version --- Fri Sep 4 10:49:44 EDT 1992
  41.  <____ ____>  Type ? for help.
  42.       |
  43. >  limit(ln(abs(x))*x,x=0) ;
  44.                                        0
  45.  
  46. >  limit(ln(abs(x))*x,x=0,right) ;
  47.                                        0
  48.  
  49. >  limit(ln(abs(x))*x,x=0,left) ;
  50.                                        0
  51.  
  52. > quit
  53. bytes used=520420, alloc=393144, time=1.22
  54.  
  55. Kate Atherley
  56. Technical Support
  57. Waterloo Maple Software
  58. support@maplesoft.on.ca
  59.