home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / sci / math / 13224 < prev    next >
Encoding:
Internet Message Format  |  1992-10-15  |  3.4 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att-out!rutgers!uwm.edu!zaphod.mps.ohio-state.edu!rpi!bu.edu!dartvax!Frederick.A.Ringwald
  2. From: Frederick.A.Ringwald@dartmouth.edu (Frederick A. Ringwald)
  3. Newsgroups: sci.math
  4. Subject: Re: Calculating pi: help!
  5. Message-ID: <1992Oct15.034405.27562@dartvax.dartmouth.edu>
  6. Date: 15 Oct 92 03:44:05 GMT
  7. References: <Bw304E.LKu@mentor.cc.purdue.edu>
  8. Sender: news@dartvax.dartmouth.edu (The News Manager)
  9. Organization: Dartmouth College, Hanover, NH
  10. Lines: 76
  11. X-Posted-From: InterNews1.0a5@newshost.dartmouth.edu
  12.  
  13. Below is a repost from sci.astro, which I hope is helpful. I now have a
  14. calculation to 50,000 places, which took about 2.5 hours (as I was
  15. saying, it isn't the fastest machine in town). If you want it, please
  16. e-mail, although keep in mind it's over 100K long.
  17.  
  18. Newsgroups: sci.space
  19. From: Frederick.A.Ringwald@dartmouth.edu (Fred Ringwald)
  20. Subject: Re: Math programs with arbitrary precision for the Mac?
  21. Message-ID: <1992Oct14.012710.7682@dartvax.dartmouth.edu>
  22. X-Posted-From: InterNews1.0a5@newshost.dartmouth.edu
  23. Sender: news@dartvax.dartmouth.edu (The News Manager)
  24. Organization: Dartmouth College, Hanover, NH
  25. References:  <seal.719016011@leonardo>
  26. Date: Wed, 14 Oct 1992 01:27:10 GMT
  27. Lines: 60
  28.  
  29. In article <seal.719016011@leonardo>
  30. seal@leonardo.Jpl.Nasa.Gov (David Seal) writes:
  31.  
  32. >  other mac programs or ways of computing pi?
  33.  
  34. You mean like this?
  35.  
  36. N[Pi, 1000]
  37. 3.1415926535897932384626433832795028841971693993751058209749\
  38.  
  39.   4459230781640628620899862803482534211706798214808651328230\
  40.  
  41.   6647093844609550582231725359408128481117450284102701938521\
  42.  
  43.   1055596446229489549303819644288109756659334461284756482337\
  44.  
  45.   8678316527120190914564856692346034861045432664821339360726\
  46.  
  47.   0249141273724587006606315588174881520920962829254091715364\
  48.  
  49.   3678925903600113305305488204665213841469519415116094330572\
  50.  
  51.   7036575959195309218611738193261179310511854807446237996274\
  52.  
  53.   9567351885752724891227938183011949129833673362440656643086\
  54.  
  55.   0213949463952247371907021798609437027705392171762931767523\
  56.  
  57.   8467481846766940513200056812714526356082778577134275778960\
  58.  
  59.   9173637178721468440901224953430146549585371050792279689258\
  60.  
  61.   9235420199561121290219608640344181598136297747713099605187\
  62.  
  63.   0721134999999837297804995105973173281609631859502445945534\
  64.  
  65.   6908302642522308253344685035261931188171010003137838752886\
  66.  
  67.   5875332083814206171776691473035982534904287554687311595628\
  68.  
  69.   6388235378759375195778185778053217122680661300192787661119\
  70.  
  71.   590921642
  72.  
  73. This was done in about 4 seconds just now, read by me from a clock
  74. on-screen, so it might be better, on a Mac II with 5 Megs of RAM, a
  75. 68030 chip with a 68881 coprocessor (which I'm not sure is even used),
  76. under System 7.0.0 with virtual memory disabled, because it has never
  77. worked on this machine - i.e., not the greatest Mac around, probably
  78. slower than a new Classic II - with Mathematica 2.0.3 Enhanced. 
  79.  
  80. It's no wonder Mathematica is rapidly emerging as the standard, at
  81. least in academia. Not only was I able to redo all the math I had in
  82. all of high school, college, and grad school in an afternoon (my
  83. favorite command is still InverseLaplaceTransform[expr, s, t]), but
  84. it's also frighteningly easy to use. Pricey, but well worth it, and no,
  85. Steven Wolfram didn't pay me to write this. (Perhaps he should...)
  86.  
  87. E-mail me if you're interested in 10,000 or more places,
  88. fred.ringwald@dartmouth.edu
  89.