For Programmers: Free Programming Magazines  


Home > Archive > Matlab > June 2007 > eigen value for very larger matrix









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author eigen value for very larger matrix
Aimin Yan

2007-06-29, 7:14 pm

I am trying to use eigs to solve the eigen value of a very large
matrix.
But I get a "out of memory" problem.

Does anyone know how to deal with this problem?

The following is error message.

[b_1giy,cc_1giy]=Anm_70S_two_nodes('./RNA_data_set/1GIY.pdb',1.0,15,24
,0.00001);
??? Error using ==> ctranspose
Out of memory. Type HELP MEMORY for your options.

Error in ==> eigs>ishermitian at 1342
tf = isequal(A,A');

Error in ==> eigs>checkInputs at 466
issymA = ishermitian(A);

Error in ==> eigs at 86
[A,Amatrix,isrealprob,issymA,n,B,classAB
,k,eigs_sigma,whch, ...

Error in ==> Anm_70S_two_nodes at 133
[V_eigs,D_eigs]=eigs(aa,100,'SA',opts);
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com