Home > freetb4matlab > special-matrix > hilb.m

hilb

PURPOSE ^

% Return the Hilbert matrix of order @var{n}. The

SYNOPSIS ^

function retval = hilb (n)

DESCRIPTION ^

% -*- 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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003