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

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

[Octave-bug-tracker] [bug #34292] Bug in gradient.m with complex inputs


From: spasmous
Subject: [Octave-bug-tracker] [bug #34292] Bug in gradient.m with complex inputs
Date: Wed, 14 Sep 2011 17:53:48 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:6.0.2) Gecko/20100101 Firefox/6.0.2

URL:
  <http://savannah.gnu.org/bugs/?34292>

                 Summary: Bug in gradient.m with complex inputs
                 Project: GNU Octave
            Submitted by: spasmous
            Submitted on: Wed 14 Sep 2011 05:53:47 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

octave:213> y = i*[1 2 3 4 5];
octave:214> diff(y)
ans =   0 + 1i   0 + 1i   0 + 1i   0 + 1i

octave:215> gradient(y)
ans =   0 - 1i   0 - 1i   0 - 1i   0 - 1i   0 - 1i




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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