changeset 5668:56ab559e1d77

[project @ 2006-03-15 03:11:35 by jwe]
author jwe
date Wed, 15 Mar 2006 03:11:35 +0000
parents ec3ffbf9982b
children 602d084346b2
files scripts/general/tril.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/tril.m	Wed Mar 15 02:51:40 2006 +0000
+++ b/scripts/general/tril.m	Wed Mar 15 03:11:35 2006 +0000
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} tril (@var{a}, @var{k})
 ## @deftypefnx {Function File} {} triu (@var{a}, @var{k})
-## Return a new matrix formed by extracting extract the lower (@code{tril})
+## Return a new matrix formed by extracting the lower (@code{tril})
 ## or upper (@code{triu}) triangular part of the matrix @var{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