Mercurial > hg > octave-lyh
comparison scripts/special-matrix/sylvester_matrix.m @ 3369:f37ca3017116
[project @ 1999-11-21 16:26:02 by jwe]
author | jwe |
---|---|
date | Sun, 21 Nov 1999 16:26:08 +0000 |
parents | 990ea337e950 |
children | 5e0a0b1cba43 |
comparison
equal
deleted
inserted
replaced
3368:a4cd1e9d9962 | 3369:f37ca3017116 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA | 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA |
18 ## 02111-1307, USA. | 18 ## 02111-1307, USA. |
19 | 19 |
20 ## usage: sylvester_matrix (k) | 20 ## -*- texinfo -*- |
21 ## | 21 ## @deftypefn {Function File} {} sylvester_matrix (@var{k}) |
22 ## Return the Sylvester matrix of order n = 2^k. | 22 ## Return the Sylvester matrix of order |
23 ## | 23 ## @iftex |
24 ## @tex | |
25 ## $n = 2^k$. | |
26 ## @end tex | |
27 ## @end iftex | |
28 ## @ifinfo | |
29 ## n = 2^k. | |
30 ## @end ifinfo | |
31 ## @end deftypefn | |
32 | |
24 ## See also: hankel, vander, hilb, invhilb, toeplitz | 33 ## See also: hankel, vander, hilb, invhilb, toeplitz |
25 | 34 |
26 ## Author: jwe | 35 ## Author: jwe |
27 | 36 |
28 function retval = sylvester_matrix (k) | 37 function retval = sylvester_matrix (k) |