help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R: help on Octave


From: Pierpaolo
Subject: R: help on Octave
Date: Wed, 27 Jun 2012 16:15:16 +0200

Hi,

I followed your advice and now, using sparse matrix, I saved a lot of memory.

 

But now with sparse matrix I get

“warning: matrix singular to machine precision, rcond = 1

warning: attempting to find minimum norm solution”

evaluating this code:

[L,U]=lu(A);

C=U\(L\(B));

where A,B are sparse matrix

 

What does it mean?

 

With A,B full matrix I have not this warning

 

Thanks a lot

 

Pierpaolo

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]