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

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

[Octave-bug-tracker] [bug #45511] eig() sometimes accepts second matrix


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #45511] eig() sometimes accepts second matrix without using it
Date: Fri, 10 Jul 2015 18:53:05 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0

Follow-up Comment #4, bug #45511 (project octave):

Mike,

I checked that with your patch the originally submitted bug is fixed and the
following test passes


A=[1,1+1i;1-1i,1];,B=[2,0;0,2];[V,D]=eig(A,B);assert(A*V-B*V*D,zeros(2),1e-15)


while it fails on my (original) 3.8.2.

Marco

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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