diff scripts/special-matrix/pascal.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents 853f96e8008f
children 2e35cfcf6a6a
line wrap: on
line diff
--- a/scripts/special-matrix/pascal.m	Thu Mar 26 11:47:34 2009 -0700
+++ b/scripts/special-matrix/pascal.m	Fri Mar 27 22:31:03 2009 -0700
@@ -21,9 +21,9 @@
 ##
 ## Return the Pascal matrix of order @var{n} if @code{@var{t} = 0}.
 ## @var{t} defaults to 0. Return lower triangular Cholesky factor of 
-## the Pascal matrix if @code{@var{t} = 1}. This matrix is its own
+## the Pascal matrix if @code{@var{t} = 1}.  This matrix is its own
 ## inverse, that is @code{pascal (@var{n}, 1) ^ 2 == eye (@var{n})}.
-## If @code{@var{t} = 2}, return a transposed and  permuted version of
+## If @code{@var{t} = 2}, return a transposed and permuted version of
 ## @code{pascal (@var{n}, 1)}, which is the cube-root of the identity
 ## matrix.  That is @code{pascal (@var{n}, 2) ^ 3 == eye (@var{n})}.
 ##