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

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

[Octave-bug-tracker] [bug #33997] backslash operation ignores matrix tra


From: Marc Strickert
Subject: [Octave-bug-tracker] [bug #33997] backslash operation ignores matrix transpose
Date: Fri, 12 Aug 2011 08:12:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/9.10 (karmic) Firefox/3.6.17

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

                 Summary: backslash operation ignores matrix transpose
                 Project: GNU Octave
            Submitted by: emstrick
            Submitted on: Fri 12 Aug 2011 08:12:28 AM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: emstrick
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.3.52
        Operating System: GNU/Linux

    _______________________________________________________

Details:


See how transpose of first matrix (y2) gets ignored:


> coeffb = y2 \ xmapped;
error: operator \: nonconformant arguments (op1 is 1693x50, op2 is 1x50)
> coeffb = y2.' \ xmapped.';
error: operator \: nonconformant arguments (op1 is 1693x50, op2 is 50x1)
> coeffb = y2.'; % forced assignment
> coeffb = coeffb \ xmapped.'; % OK!






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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