Mercurial > hg > octave-nkf
comparison scripts/special-matrix/sylvester_matrix.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 |
---|---|
26 ## @end tex | 26 ## @end tex |
27 ## @end iftex | 27 ## @end iftex |
28 ## @ifinfo | 28 ## @ifinfo |
29 ## n = 2^k. | 29 ## n = 2^k. |
30 ## @end ifinfo | 30 ## @end ifinfo |
31 ## @seealso{hankel, vander, hilb, invhilb, toeplitz} | |
31 ## @end deftypefn | 32 ## @end deftypefn |
32 ## | |
33 ## @seealso{hankel, vander, hilb, invhilb, and toeplitz} | |
34 | 33 |
35 ## Author: jwe | 34 ## Author: jwe |
36 | 35 |
37 function retval = sylvester_matrix (k) | 36 function retval = sylvester_matrix (k) |
38 | 37 |