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

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

[Octave-bug-tracker] [bug #42097] 64bit Slackware, eig returning incorre


From: Rik
Subject: [Octave-bug-tracker] [bug #42097] 64bit Slackware, eig returning incorrect results
Date: Fri, 11 Apr 2014 15:39:15 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Update of bug #42097 (project octave):

                  Status:               Need Info => Works For Me           

    _______________________________________________________

Follow-up Comment #2:

I think this is probably specific to your system.  First, the 3.6.X series is
deprecated an no longer supported.  It would be better to use the current
stable release which is 3.8.X.

I used the following code as a test case which I infer is similar to what you
did.


A = rand (3, 3);
v1 = eig (A);
v2 = eig (A');
v1 - v2
ans =

  -1.5543e-15
  -2.2204e-16
   5.5511e-17


This is generally within a few eps() of zero so is as good as the machine can
do.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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