[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?
- Re: help on Octave, (continued)
- Re: help on Octave, Martin Helm, 2012/06/26
- Re: help on Octave, Jordi Gutiérrez Hermoso, 2012/06/26
- Re: help on Octave, Martin Helm, 2012/06/26
- R: help on Octave, Pierpaolo, 2012/06/26
- Re: R: help on Octave, Martin Helm, 2012/06/26
- Re: R: help on Octave, Martin Helm, 2012/06/26
- Re: R: help on Octave, Jordi Gutiérrez Hermoso, 2012/06/26
- Re: R: help on Octave, Martin Helm, 2012/06/27
- Re: help on Octave, Michael Goffioul, 2012/06/27
- R: help on Octave, Pierpaolo, 2012/06/27
- Re: R: help on Octave,
Martin Helm <=
- R: R: help on Octave, Pierpaolo, 2012/06/29
- Re: R: R: help on Octave, c., 2012/06/29
- Re: R: R: help on Octave, c., 2012/06/29
- R: help on Octave, Pierpaolo, 2012/06/26
Re: help on Octave, Jordi Gutiérrez Hermoso, 2012/06/26