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

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

[Octave-bug-tracker] [bug #32523] misstatement in help message for "pasc


From: anonymous
Subject: [Octave-bug-tracker] [bug #32523] misstatement in help message for "pascal"
Date: Thu, 17 Feb 2011 20:31:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13

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

                 Summary: misstatement in help message for "pascal"
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 17 Feb 2011 08:31:07 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: M. M. Sussman
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The response to "help pascal" states:

 -- Function File:  pascal (N, T)
     Return the Pascal matrix of order N if `T = 0'.  T defaults to 0.
     Return lower triangular Cholesky factor of the Pascal matrix if `T= 1'.


In fact, the result of pascal(N,1) is a lower triangular matrix with columns
of alternating sign.  This result is correct in that it agrees with Matlab,
but it is NOT the Cholesky factor.  The Cholesky factor has only positive
values on the diagonal.  The matrix returned for T=-1 IS the Cholesky factor.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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