Mercurial > hg > octave-nkf
diff scripts/special-matrix/hankel.m @ 3426:f8dde1807dee
[project @ 2000-01-13 08:40:00 by jwe]
author | jwe |
---|---|
date | Thu, 13 Jan 2000 08:40:53 +0000 |
parents | ae7adbb591e8 |
children | cee8d88cf619 |
line wrap: on
line diff
--- a/scripts/special-matrix/hankel.m +++ b/scripts/special-matrix/hankel.m @@ -24,7 +24,7 @@ ## not the same as the first element of @var{r}, the last element of ## @var{c} is used. If the second argument is omitted, the last row is ## taken to be the same as the first column. -## +## ## A Hankel matrix formed from an m-vector @var{c}, and an n-vector ## @var{r}, has the elements ## @iftex @@ -35,7 +35,7 @@ ## @end tex ## @end iftex ## @ifinfo -## +## ## @example ## @group ## H (i, j) = c (i+j-1), i+j-1 <= m;