Mercurial > hg > octave-nkf
comparison scripts/special-matrix/hankel.m @ 8517:81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
author | sh@sh-laptop |
---|---|
date | Wed, 14 Jan 2009 20:44:25 -0500 |
parents | 83a8781b529d |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8516:e2a179415bac | 8517:81d6ab3ac93c |
---|---|
32 ## $$ | 32 ## $$ |
33 ## H (i, j) = \cases{c_{i+j-1},&$i+j-1\le m$;\cr r_{i+j-m},&otherwise.\cr} | 33 ## H (i, j) = \cases{c_{i+j-1},&$i+j-1\le m$;\cr r_{i+j-m},&otherwise.\cr} |
34 ## $$ | 34 ## $$ |
35 ## @end tex | 35 ## @end tex |
36 ## @end iftex | 36 ## @end iftex |
37 ## @ifinfo | 37 ## @ifnottex |
38 ## | 38 ## |
39 ## @example | 39 ## @example |
40 ## @group | 40 ## @group |
41 ## H(i,j) = c(i+j-1), i+j-1 <= m; | 41 ## H(i,j) = c(i+j-1), i+j-1 <= m; |
42 ## H(i,j) = r(i+j-m), otherwise | 42 ## H(i,j) = r(i+j-m), otherwise |
43 ## @end group | 43 ## @end group |
44 ## @end example | 44 ## @end example |
45 ## @end ifinfo | 45 ## @end ifnottex |
46 ## @seealso{vander, sylvester_matrix, hilb, invhilb, toeplitz} | 46 ## @seealso{vander, sylvester_matrix, hilb, invhilb, toeplitz} |
47 ## @end deftypefn | 47 ## @end deftypefn |
48 | 48 |
49 ## Author: jwe | 49 ## Author: jwe |
50 | 50 |