# HG changeset patch # User jwe # Date 1142392295 0 # Node ID 56ab559e1d77286f9aeb919640d37101c2143877 # Parent ec3ffbf9982b1dd459c84f8993afa1a1762a389d [project @ 2006-03-15 03:11:35 by jwe] diff --git a/scripts/general/tril.m b/scripts/general/tril.m --- a/scripts/general/tril.m +++ b/scripts/general/tril.m @@ -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