??? Error using ==> lu
Sparse lu with 4 outputs (UMFPACK) failed
Error in ==> eigs>LUfactorAminusSigmaB at 1076
[L,U,P,Q] = lu(AsB);
Error in ==> eigs at 132
[L,U,P,permAsB] = LUfactorAminusSigmaB;
I have seen some posts that were associating this problem to lack of memory. This is not my case since I have enough memory and matlab is only using a fraction of it.
Is there anybody who can suggest a way around this problem? I am stuck!!!
Thank you to anybody willing to share an advice!
> I have seen some posts that were associating this problem to lack of memory. This is not my case since I have enough memory and matlab is only using a fraction of it.
=====
That doesn't rule this out as a problem. MATLAB is only using a fraction of your memory, because it is only allowed to use a fraction of it (2GB under 32-bit Windows and only a portion of this is available to the MATLAB workspace). How much memory does the matrix consume?
Which eigenvalues are you trying to get? Is the matrix symmetric? There may be some things you can do to exploit the properties of your matrix.
Pat.
"Matt " <x...@whatever.com> wrote in message <he423k$dis$1...@fred.mathworks.com>...
"Pat Quillen" <pqui...@mathworks.com> wrote in message <he4a68$7ed$1...@fred.mathworks.com>...
In my opinion, this is a SERIOUS problem that limits MATLAB's application in large-scale technical computing involving differential equations.
"Cristina " <cr...@libero.it> wrote in message <he4bl3$8es$1...@fred.mathworks.com>...