From help-request at octave dot org Fri Dec 23 08:26:57 2005 Subject: Re: tril (2.9.4) From: Mike Miller To: Jorge Barros de Abreu cc: Help-Octave List , Bug-Octave List 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 -------------------------------------------------------------