MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Printing digits of Pi

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46713] Re: Printing digits of Pi
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 2 Mar 2004 19:10:11 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <c215vo$8gv$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

if you have a 32 bit computer the 4 GByte are the upper limit
because the address space is limited to 4 GByte.

Regards
  Jens

cmduncan at mines.edu wrote:
> 
> Hello!  I am having an issue with printing the digits of Pi that mathematica
> calculates.  I can get a screen print of the digits to about 20 million but
> interested in ~32 million digits. Using the N command, I can get Mathematica
> to determine the ~32 million digits but not print them to the screen.  I get a
> message "Out of Memory".  Running at 4GB of physical memory should be
> sufficient?  Right?  Is there a way for Mathematica to create an output file
> to print the digits for a given amount (i.e. 10 million versus 100 million)?
> Is there a way to allow Mathematica to utilitize more physical memory than
> defaulted?  Thanks for the help
> 
> Chris Duncan
> cmduncan at mines.edu


  • Prev by Date: Re: Reading a binary file generated from c++ code
  • Next by Date: RE: How to combine two functions in one plot using a left and a right y-axis
  • Previous by thread: Printing digits of Pi
  • Next by thread: Re: Printing digits of Pi