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

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

[Octave-bug-tracker] [bug #51647] Indices in toeplitz help should start


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #51647] Indices in toeplitz help should start at 0
Date: Thu, 3 Aug 2017 02:49:12 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0

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

                 Summary: Indices in toeplitz help should start at 0
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Thu 03 Aug 2017 06:49:11 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Any

    _______________________________________________________

Details:

Instead of


c(0)  r(1)   r(2)  ...  r(n)
c(1)  c(0)   r(1)  ... r(n-1)
c(2)  c(1)   c(0)  ... r(n-2)
  .     .      .   .      .
  .     .      .     .    .
  .     .      .       .  .
c(n) c(n-1) c(n-2) ...  c(0)


I guess it should read


c(1)  r(2)   r(3)  ...  r(n)
c(2)  c(1)   r(2)  ... r(n-1)
c(3)  c(2)   c(1)  ... r(n-2)
  .     .      .   .      .
  .     .      .     .    .
  .     .      .       .  .
c(n) c(n-1) c(n-2) ...  c(1)


See attached patch



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 03 Aug 2017 06:49:11 AM UTC  Name: p_toeplitz_idx.txt  Size: 1KiB  
By: arb

<http://savannah.gnu.org/bugs/download.php?file_id=41400>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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