Mercurial > hg > octave-nkf
diff scripts/special-matrix/toeplitz.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 | bdbee5282954 |
line wrap: on
line diff
--- a/scripts/special-matrix/toeplitz.m +++ b/scripts/special-matrix/toeplitz.m @@ -24,7 +24,7 @@ ## is not the same as the first element of @var{r}, the first element of ## @var{c} is used. If the second argument is omitted, the first row is ## taken to be the same as the first column. -## +## ## A square Toeplitz matrix has the form ## @iftex ## @tex @@ -38,7 +38,7 @@ ## @end tex ## @end iftex ## @ifinfo -## +## ## @example ## @group ## c(0) r(1) r(2) ... r(n) @@ -47,7 +47,7 @@ ## . . ## . . ## . . -## +## ## c(n) c(n-1) c(n-2) ... c(0) ## @end group ## @end example