home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / sci / math / symbolic / 3367 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.4 KB

  1. Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!mailgzrz.TU-Berlin.DE!news
  2. From: carsten@pizza.fb10.tu-berlin.de (Carsten Schultz)
  3. Newsgroups: sci.math.symbolic
  4. Subject: Re: mma big bad bug
  5. Date: 5 Jan 1993 17:26:45 GMT
  6. Organization: ZRZ/TU-Berlin
  7. Lines: 41
  8. Distribution: world
  9. Message-ID: <1icgclINN9pn@mailgzrz.TU-Berlin.DE>
  10. References: <1993Jan5.145612.11165@Arco.COM>
  11. Reply-To: carsten@pizza.fb10.tu-berlin.de (Carsten Schultz)
  12. NNTP-Posting-Host: pizza.fb10.tu-berlin.de
  13.  
  14. In article <1993Jan5.145612.11165@Arco.COM> jrowney@arco.com writes:
  15. > In article <15326.2b48512a@ohstpy.mps.ohio-state.edu>
  16. > vandesande@ohstpy.mps.ohio-state.edu writes:
  17. > >
  18. > >Here is a bizzarre mma bug.  Try entering:
  19. > >
  20. > >Pi*Sqrt[Pi]/(2*3*Sqrt[2])
  21. > >
  22. > >This is very bad.  If anyone knows what is going on,
  23. > >I would like to hear from them.
  24. > >
  25. > >Brett
  26. > >
  27. > Quite bizarre -- Mathematica just seems to stop dead in its tracks!
  28. > Mac IIfx, MMA 2.102
  29. Let's say it like its is.
  30.  
  31. Mathematica 2.0 for NeXT
  32. Copyright 1988-91 Wolfram Research, Inc.
  33.  -- NeXT graphics initialized -- 
  34.  
  35. In[1]:= Pi*Sqrt[Pi]/(2*3*Sqrt[2])
  36.  
  37. $IterationLimit::itlim: Iteration limit of 4096 exceeded.
  38.  
  39.                     3
  40.                   Pi
  41.              Sqrt[---]
  42.                    8
  43. Out[1]= Hold[---------]
  44.                  3
  45.  
  46.  
  47.  
  48.  
  49. Same thing with Mma 2.1. Well, at least the result is correct :-)
  50.  
  51. Carsten
  52.