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

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

[Octave-bug-tracker] [bug #45944] eig(X, 'nobalance') does not exist in


From: Nir Krakauer
Subject: [Octave-bug-tracker] [bug #45944] eig(X, 'nobalance') does not exist in Octave vs. Matlab
Date: Sun, 7 Mar 2021 10:35:42 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0

Follow-up Comment #2, bug #45944 (project octave):

Your source's understanding of eig is incorrect. 'nobalance' does not affect
the returned scaling of the eigenvectors. Accordingly, for your example,

[X,L]=eig(A,'nobalance');disp(X)
  -0.7071  -0.6000
   0.7071  -0.8000

also in Matlab.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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