help-octave
[Top][All Lists]
Advanced

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

Re: tril (2.9.4)


From: Mike Miller
Subject: Re: tril (2.9.4)
Date: Fri, 23 Dec 2005 08:17:50 -0600 (CST)

On Fri, 23 Dec 2005, Jorge Barros de Abreu wrote:

In "help tril" there is:

"...by extracting extract the lower..."

Is it correct??


No, this is the text:

     Return a new matrix formed by extracting extract the lower (`tril')
     or upper (`triu') triangular part of the matrix A, and setting all
     other elements to zero.  The second argument is optional, and
     specifies how many diagonals above or below the main diagonal
     should also be set to zero.

The word "extract" on the first line should be deleted. This would be correct:

     Return a new matrix formed by extracting the lower (`tril')
     or upper (`triu') triangular part of the matrix A, and setting all
     other elements to zero.  The second argument is optional, and
     specifies how many diagonals above or below the main diagonal
     should also be set to zero.

I am cc'ing this to the Bug list.

Mike



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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