home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / symbolic / 2110 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.0 KB  |  30 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!alpha.ces.cwru.edu!somos
  3. From: somos@ces.cwru.edu (Michael Somos)
  4. Subject: Mathematica limit quirks
  5. Message-ID: <1992Jul29.204757.19045@usenet.ins.cwru.edu>
  6. Sender: news@usenet.ins.cwru.edu
  7. Nntp-Posting-Host: george.ces.cwru.edu
  8. Organization: Computer Engineering and Science, Case Western Reserve University
  9. Date: Wed, 29 Jul 92 20:47:57 GMT
  10. Lines:       19
  11.  
  12. I sure hope they figure out the reason for the following oddity:
  13.  
  14. In[1]:= $Version
  15.  
  16. Out[1]= SPARC 2.0 (August 26, 1991)
  17.  
  18. In[2]:= Table[Limit[Exp[x]/x^n,x->Infinity],{n,4}]
  19.  
  20.                                               x
  21.                                              E
  22. Out[2]= {Infinity, Infinity, Infinity, Limit[--, x -> Infinity]}
  23.                                               4
  24.                                              x
  25.  
  26. A recent article in sci.math indicates that Maple has a similar
  27. problem.  You can never trust computer programs too far.
  28. --
  29. Shalom, Michael Somos <somos@ces.cwru.edu>
  30.