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

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

[Octave-bug-tracker] [bug #42589] Inaccurate results with the colon oper


From: Rik
Subject: [Octave-bug-tracker] [bug #42589] Inaccurate results with the colon operator
Date: Sat, 21 Jun 2014 14:37:50 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #17, bug #42589 (project octave):

I know all about non-linearity and the fact that small values can make large
differences.  My point is that at 2e-17 you are below machine precision and
shouldn't expect more out of a numerical analysis package.  If I solve a
system of equations Ax = b with the left division operator I would be quite
happy if every component of the solution x was within 2e-17 of the "true"
result.

In this case, Octave has a range operator which produces results within eps of
the "true" result.  So, technically, one should be satisfied the current
situation.  However, I pointed out that this is a psychological issue where
people really expect to see zero and which could generate negative publicity
for Octave.

Moreover, since we do have a way to be even more accurate than eps, we might
as well take up that opportunity.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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