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

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

[Octave-bug-tracker] [bug #46912] qr not working as described


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #46912] qr not working as described
Date: Sat, 16 Jan 2016 08:09:05 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: qr not working as described
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Sat 16 Jan 2016 08:09:04 AM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

There are several problems with qr. First of all, the most common use [Q, R] =
qr (A) is not described in the initial sequence of valid calls. Then, in the
description of the call [Q, R, P] = qr (A) I think it would be useful to write
that Q*R=A*P. Then, [C, R] = qr (A, B) simply ignores B and returns C*R=A.
Finally, [C, R] = qr (A, B, '0') gives an error.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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