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

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

[Octave-bug-tracker] [bug #45153] eigs returning an incorrrect number of


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #45153] eigs returning an incorrrect number of eigenvalues
Date: Thu, 23 Mar 2017 08:26:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #45153 (project octave):

             Open/Closed:                  Closed => Open                   
                 Release:                   4.2.1 => dev                    

    _______________________________________________________

Follow-up Comment #4:

I discovered that the result for this my_matrix is simply wrong (not only the
number of eigenvalues), even with the two recent changesets to eigs. Please,
ignore the attached patch.


load 'my_matrix'
[V, L] = eigs (my_matrix, 16, 'sm');
norm (my_matrix * V(:,1) - L(1,1) * V(:,1))
ans =  0.30814



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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