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

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

[Octave-bug-tracker] [bug #56026] Incorrect output of generalized eigenv


From: Rik
Subject: [Octave-bug-tracker] [bug #56026] Incorrect output of generalized eigenvalue problem
Date: Fri, 29 Mar 2019 11:20:47 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #56026 (project octave):

                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  I've attached a simple test script to illustrate the problem.


A = magic(4);
B = complex (magic(4), magic(4));
[v,l,w] = eig (A,B)


I tested back to Octave version 4.2.1 and this problem has always been
present.  Apparently there was not a test for this in the test suite.


(file #46661)
    _______________________________________________________

Additional Item Attachment:

File name: tst_eig.m                      Size:0 KB
    <https://savannah.gnu.org/file/tst_eig.m?file_id=46661>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56026>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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