comparison scripts/special-matrix/toeplitz.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
35 ## \vdots & \vdots & \vdots & \ddots & \vdots\cr 35 ## \vdots & \vdots & \vdots & \ddots & \vdots\cr
36 ## c_n & c_{n-1} & c_{n-2} & \ldots & c_0}\right] 36 ## c_n & c_{n-1} & c_{n-2} & \ldots & c_0}\right]
37 ## $$ 37 ## $$
38 ## @end tex 38 ## @end tex
39 ## @end iftex 39 ## @end iftex
40 ## @ifinfo 40 ## @ifnottex
41 ## 41 ##
42 ## @example 42 ## @example
43 ## @group 43 ## @group
44 ## c(0) r(1) r(2) ... r(n) 44 ## c(0) r(1) r(2) ... r(n)
45 ## c(1) c(0) r(1) ... r(n-1) 45 ## c(1) c(0) r(1) ... r(n-1)
48 ## . , , . . 48 ## . , , . .
49 ## . , , . . 49 ## . , , . .
50 ## c(n) c(n-1) c(n-2) ... c(0) 50 ## c(n) c(n-1) c(n-2) ... c(0)
51 ## @end group 51 ## @end group
52 ## @end example 52 ## @end example
53 ## @end ifinfo 53 ## @end ifnottex
54 ## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb} 54 ## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb}
55 ## @end deftypefn 55 ## @end deftypefn
56 56
57 ## Author: jwe 57 ## Author: jwe
58 58