home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / sci / math / symbolic / 3389 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.7 KB  |  90 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!cs.utexas.edu!torn!watserv2.uwaterloo.ca!watserv1!mhtl1.UWaterloo.ca!mrs
  3. From: mrs@mhtl1.UWaterloo.ca (M. R. Sridhar)
  4. Subject: Re: mma big bad bug
  5. Message-ID: <C0GHxJ.86I@watserv1.uwaterloo.ca>
  6. Sender: news@watserv1.uwaterloo.ca
  7. Organization: University of Waterloo, Waterloo Ontario
  8. References: <1993Jan5.153704.2319@mail.cornell.edu> <14073@ecs.soton.ac.uk> <wmcb-060193124719@lynx.math.appstate.edu>
  9. Date: Wed, 6 Jan 1993 23:44:07 GMT
  10. Lines: 78
  11.  
  12. In article <wmcb-060193124719@lynx.math.appstate.edu> wmcb@math.appstate.edu (Bill Bauldry) writes:
  13. >In article <14073@ecs.soton.ac.uk>, hnr@ecs.soton.ac.uk (Harvey Rutt)
  14. >wrote:
  15. >> 
  16. >> In <1993Jan5.153704.2319@mail.cornell.edu> rz10@cornell.edu (Ray Zimmerman) writes:
  17. >> 
  18. >> >In article <1993Jan5.145612.11165@Arco.COM> , jrowney@arco.com writes:
  19. >> >>>Here is a bizzarre mma bug.  Try entering:
  20. >> >>>
  21. >> >>>Pi*Sqrt[Pi]/(2*3*Sqrt[2])
  22. >> >>>
  23. >> >>>This is very bad.  If anyone knows what is going on,
  24. >> >>>I would like to hear from them.
  25. >> >>>
  26. >> >>>Brett
  27. >> >>>
  28. >> >>
  29. >> >>Quite bizarre -- Mathematica just seems to stop dead in its tracks!
  30. >> >>
  31. >> >>Mac IIfx, MMA 2.102
  32. >> 
  33. >> >Hmmm, me too!
  34. >> >Mac IIci, MMA 2.102
  35. >> 
  36. >> Me too!! MMA2.0/Windows 3.1 486PC with 16MB
  37. >> So its not machine dependant.
  38. >
  39. >Definitely not machine dependent! Here's a session from a Convex (courtesy
  40. >of tga@math.appstate)
  41. >
  42. >In[2]:= Pi*Sqrt[Pi]/(2*3*Sqrt[2])
  43. >
  44. >Interrupt> **after one minute**
  45. >??
  46. >Your options are:
  47. >        abort (or a) to abort current calculation
  48. >        continue (or c) to continue
  49. >        exit (or quit) to exit Mathematica
  50. >        inspect (or i) to enter an interactive dialog
  51. >        show (or s) to show current operation (and then continue)
  52. >        trace (or t) to show all operations
  53. >
  54. >Interrupt> a
  55. >
  56. >
  57. >WARNING: disk quota (/cardinal/edu) exceeded
  58. >
  59. >DISK LIMIT REACHED (/cardinal/edu) - WRITE FAILED
  60. >Bus error (core dumped)
  61. >
  62. >---
  63. >Just how much did it cost for this *upgrade* ?
  64. >
  65. >+=======================+===============================+
  66. >     Bill Bauldry       |   wmcb@math.appstate.edu
  67. >    Math. Sciences      | wmcb@lynx.math.appstate.edu
  68. >  Appalachian State U   |  BauldryWC@appstate.bitnet
  69. >   Boone, NC   28608    |       (704) 262-2355
  70. >+=======================+===============================+
  71. >When judging a mathematician you should only integrate f_+
  72. >and ignore f_-
  73. >- A Zygmund
  74.  
  75. I tried out the bug and it worked fine. The problem is that if you
  76. do not use a period at the end of the numericals it goes into an 
  77. infinite loop. Hope this helps.
  78.  
  79.  
  80. In[3]:= bug = Pi*Sqrt[Pi]/(2.*3.*Sqrt[2.])
  81.  
  82. Out[3]= 0.1178511301977579*Pi^(3/2)
  83.  
  84. In[4]:= CloseLog[]
  85.  
  86.  
  87. Sridhar
  88.  
  89. e-mail: mrs@mhtl.uwaterloo.ca
  90.