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

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

Re: [Octave-bug-tracker] [bug #34441] Weird bug with vector subtraction


From: Michael D Godfrey
Subject: Re: [Octave-bug-tracker] [bug #34441] Weird bug with vector subtraction
Date: Fri, 30 Sep 2011 11:53:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2

On 09/30/2011 11:37 AM, Alexander Klein wrote:
URL:
  <http://savannah.gnu.org/bugs/?34441>

                 Summary: Weird bug with vector subtraction
                 Project: GNU Octave
            Submitted by: matalex
            Submitted on: Fr 30 Sep 2011 18:37:02 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Alexander Klein
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:

I get the following strange bug when subtracting vectors:

octave:1> [1 2 3] - [1 2 3]'
ans =

   0   1   2
  -1   0   1
  -2  -1   0





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/


Octave just thought you meant:
[1 2 3; 1 2 3; 1 2 3] - [1 1 1; 2 2 2; 3 3 3]

Needs obvious fix.
Michael



reply via email to

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