help-octave
[Top][All Lists]
Advanced

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

Re: R: help on Octave


From: Martin Helm
Subject: Re: R: help on Octave
Date: Wed, 27 Jun 2012 16:28:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120601 Thunderbird/13.0

Am 27.06.2012 16:15, schrieb Pierpaolo:
>
> 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
>
It means what it says the matrix is not of full rank.
Maybe you made an error when assembling the sparse matrix, can you show
the part of the code you use now to create A?




reply via email to

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