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
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion