comparison scripts/special-matrix/vander.m @ 9041:853f96e8008f

Cleanup documentation file matrix.texi Spellcheck Stylecheck (Mostly double spaces after periods)
author Rik <rdrider0-list@yahoo.com>
date Wed, 25 Mar 2009 08:05:35 -0700
parents eb63fbe60fab
children e0250e2b60ed
comparison
equal deleted inserted replaced
9040:dbd0c77e575e 9041:853f96e8008f
34 ## @end iftex 34 ## @end iftex
35 ## @ifnottex 35 ## @ifnottex
36 ## 36 ##
37 ## @example 37 ## @example
38 ## @group 38 ## @group
39 ## c(1)^(n-1) ... c(1)^2 c(1) 1 39 ## c(1)^(n-1) @dots{} c(1)^2 c(1) 1
40 ## c(2)^(n-1) ... c(2)^2 c(2) 1 40 ## c(2)^(n-1) @dots{} c(2)^2 c(2) 1
41 ## . . . . . 41 ## . . . . .
42 ## . . . . . 42 ## . . . . .
43 ## . . . . . 43 ## . . . . .
44 ## c(n)^(n-1) ... c(n)^2 c(n) 1 44 ## c(n)^(n-1) @dots{} c(n)^2 c(n) 1
45 ## @end group 45 ## @end group
46 ## @end example 46 ## @end example
47 ## @end ifnottex 47 ## @end ifnottex
48 ## @seealso{hankel, sylvester_matrix, hilb, invhilb, toeplitz} 48 ## @seealso{hankel, sylvester_matrix, hilb, invhilb, toeplitz}
49 ## @end deftypefn 49 ## @end deftypefn