octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #29770] Wrong determinat


From: David Bateman
Subject: [Octave-bug-tracker] [bug #29770] Wrong determinat
Date: Tue, 04 May 2010 16:35:43 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4

Follow-up Comment #3, bug #29770 (project octave):

You are dealing with values in the matrix that are approximately 10, and so
an error of at least 10*eps or larger is to be expected, where eps is the
machine precision. For IEEE754 double precision 10*eps is 2.2204e-15 which is
very close to the error you are seeing. So really a rounding error of this
size is absolutely normal and correct.

Why the change between your versions of Octave 3.0.5 and 3.2.3 you asked. I
suspect you changed the version of LAPACK you used with Octave between the two
versions and the matrix factorisation used in calculating the determinant was
done slightly differently between the two cases. I suspect you used a generic
NETLIB lapack with 3.0.5 and an optimised ATLAS version with 3.2.3..

D.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29770>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

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