Mercurial > hg > octave-nkf
comparison scripts/special-matrix/vander.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
5641:eb998631a4aa | 5642:2618a0750ae6 |
---|---|
43 ## . . . . . | 43 ## . . . . . |
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 ## @seealso{hankel, sylvester_matrix, hilb, invhilb, toeplitz} | |
48 ## @end deftypefn | 49 ## @end deftypefn |
49 ## | |
50 ## @seealso{hankel, sylvester_matrix, hilb, invhilb, and toeplitz} | |
51 | 50 |
52 ## Author: jwe | 51 ## Author: jwe |
53 | 52 |
54 function retval = vander (c) | 53 function retval = vander (c) |
55 | 54 |