[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: inverse matrix
From: |
Henry F. Mollet |
Subject: |
Re: inverse matrix |
Date: |
Mon, 17 Sep 2007 11:16:45 -0700 |
User-agent: |
Microsoft-Entourage/11.1.0.040913 |
on 9/17/07 8:39 AM, Francesco Potorti` at address@hidden wrote:
>> produces with both versions 2.1.73 and 2.9.13 the same result for rcond:
>> 6.5695...e-4.
>Same for me on Debian testing.
Also same for versions 2.1.71 and 2.9.13 on 1.42 GHz PPC G4 (Mac):
octave:6> [x,rcond]=inv(a)
rcond = 0.00065696
octave-2.9.13:2> [x,rcond]=inv(a)
rcond = 6.5696e-04
Henry