I have a 200,000 x 200,000 matrix. I need to find my own values ββfor this. I have used matlab so far, but since the size of the matrix does not lend itself to MATLAB, I have moved to perl and now even perl is unable to handle this huge matrix, it says from memory. I would like to know if I can find out the eigenvalues ββof this matrix using some other programming language that can handle such huge data. Elements are not zeros in the main, so there is no way to go to a sparse matrix. Please help me in resolving this issue.
source
share