Math package

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sat Jul 29 15:35:14 EDT 2006


In <1154199358.875446.62310 at b28g2000cwb.googlegroups.com>, diffuser78
wrote:

> I want to write a program which would have a 2 dimensional array of 1
> billion by 1 billion. This is for computational purposes and evaluating
> a mathematical concept similar to Erdos number.

Lets say you just want a byte at each cell in that array:

You have: (1 billion)^2 bytes
You want: terabyte
        * 1000000
        / 1e-06

Hope you have enough memory.  ;-)

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list