[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63082] eig(NaN) and eig(Inf) triggers a hard
From: |
Johannes Pfeifer |
Subject: |
[Octave-bug-tracker] [bug #63082] eig(NaN) and eig(Inf) triggers a hard error instead of returning NaN |
Date: |
Tue, 20 Sep 2022 12:22:58 -0400 (EDT) |
Follow-up Comment #2, bug #63082 (project octave):
For nonfinite matrices, the result in Matlab is a NaN-vector:
eig ([1, NaN; 0, 1])
ans =
NaN
NaN
and
eig ([1, NaN; 0, 1])
ans =
NaN
NaN
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63082>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/