comparison scripts/special-matrix/vander.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents bdbee5282954
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
44 ## c(n)^(n-1) ... c(n)^2 c(n) 1 44 ## c(n)^(n-1) ... c(n)^2 c(n) 1
45 ## @end group 45 ## @end group
46 ## @end example 46 ## @end example
47 ## @end ifinfo 47 ## @end ifinfo
48 ## @end deftypefn 48 ## @end deftypefn
49 ##
49 ## @seealso{hankel, sylvester_matrix, hilb, invhilb, and toeplitz} 50 ## @seealso{hankel, sylvester_matrix, hilb, invhilb, and toeplitz}
50 51
51 ## Author: jwe 52 ## Author: jwe
52 53
53 function retval = vander (c) 54 function retval = vander (c)