Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/special-matrix/sylvester_matrix.m +++ b/scripts/special-matrix/sylvester_matrix.m @@ -17,10 +17,19 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## usage: sylvester_matrix (k) -## -## Return the Sylvester matrix of order n = 2^k. -## +## -*- texinfo -*- +## @deftypefn {Function File} {} sylvester_matrix (@var{k}) +## Return the Sylvester matrix of order +## @iftex +## @tex +## $n = 2^k$. +## @end tex +## @end iftex +## @ifinfo +## n = 2^k. +## @end ifinfo +## @end deftypefn + ## See also: hankel, vander, hilb, invhilb, toeplitz ## Author: jwe