Hilbert(n) = Equals an n by n Hilbert matrix:
Hilbert(n) = H, an n by n matrix with hij = 1 / (i + j − 1).
Hilbert(3) = {1, 1/2, 1/3; 1/2, 1/3, 1/4; 1/3, 1/4, 1/5}.
Return to Matrix and Polynomial Computations Return to Harry's Home Page