[Numpy-discussion] MemoryError for computing eigen-vector on 10, 000*10, 000 matrix

Zhenxin Zhan andyjian430074 at gmail.com
Wed Apr 29 01:52:37 EDT 2009


Hello,

I am a new learner of Numpy. From 'numpybook',  I use numpy.linalg.eig(A) to calculate a matrix 2,000*2,000 and it works well.

But, when I calculate eigen vector for 10,000*10,000 matrix, there is 'MemoryError' error message in statement numpy.array(...).  My laptop has 4GB memory.

How to solve this problem?

Thanks so much.

Jankins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090428/18301b5d/attachment.html>


More information about the NumPy-Discussion mailing list