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

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

[Octave-bug-tracker] [bug #63654] sign of arg() of complex number depend


From: Georg Wiora
Subject: [Octave-bug-tracker] [bug #63654] sign of arg() of complex number depends on vector orientation
Date: Fri, 13 Jan 2023 09:52:24 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?63654>

                 Summary: sign of arg() of complex number depends on vector
orientation
                 Project: GNU Octave
               Submitter: gwiora
               Submitted: Fri 13 Jan 2023 03:52:22 PM CET
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: gwiora
        Originator Email: 
             Open/Closed: Open
                 Release: 7.3.0
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 13 Jan 2023 03:52:22 PM CET By: Georg Wiora <gwiora>
In my opinion the two calls to arg() with a complex number as argument should
produce the same result:

test = linspace(-1,10,10) + i;
arg(test)
arg(test')


This is not the case. The sign of the result depends on array orientation. I
think this is a (very annoying) bug.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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