% -*- texinfo -*- % @deftypefn {Function File} {} hilb (@var{n}) % Return the Hilbert matrix of order @var{n}. The % @tex % $i,\,j$ % @end tex % @ifnottex % i, j % @end ifnottex % element of a Hilbert matrix is defined as % @tex % $$ % H (i, j) = {1 \over (i + j - 1)} % $$ % @end tex % @ifnottex % % @example % H (i, j) = 1 / (i + j - 1) % @end example % @end ifnottex % @seealso{hankel, vander, sylvester_matrix, invhilb, toeplitz} % @end deftypefn