Mercurial > hg > octave-nkf
comparison scripts/special-matrix/pascal.m @ 12448:f2c080bbd8a5
Fix documentation bugs uncovered while rewriting munge-texi.
Add missing commas to @seealso macro calls for some script functions.
Remove @DOCSTRING references to functions without help text references.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 14 Feb 2011 17:23:04 -0800 |
parents | 1577c6f80926 |
children | 139f993936af |
comparison
equal
deleted
inserted
replaced
12447:890e89c3dfeb | 12448:f2c080bbd8a5 |
---|---|
28 ## standard Pascal triangle as a lower-triangular matrix. | 28 ## standard Pascal triangle as a lower-triangular matrix. |
29 ## If @code{@var{t} = 2}, return a transposed and permuted version of | 29 ## If @code{@var{t} = 2}, return a transposed and permuted version of |
30 ## @code{pascal (@var{n}, 1)}, which is the cube-root of the identity | 30 ## @code{pascal (@var{n}, 1)}, which is the cube-root of the identity |
31 ## matrix. That is @code{pascal (@var{n}, 2) ^ 3 == eye (@var{n})}. | 31 ## matrix. That is @code{pascal (@var{n}, 2) ^ 3 == eye (@var{n})}. |
32 ## | 32 ## |
33 ## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb, toeplitz | 33 ## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb, toeplitz, |
34 ## hadamard, wilkinson, compan, rosser} | 34 ## hadamard, wilkinson, compan, rosser} |
35 ## @end deftypefn | 35 ## @end deftypefn |
36 | 36 |
37 ## Author: Peter Ekberg | 37 ## Author: Peter Ekberg |
38 ## (peda) | 38 ## (peda) |