H = hilb(n) returns the Hilbert matrix
of order n. The Hilbert matrix is a notable example of a poorly
conditioned matrix. The elements of Hilbert matrices are given by
H(i,j) =
1/(i + j – 1).
H = hilb(n,classname)
returns a matrix of class classname, which can be either
'single' or 'double'.