MATLAB hilb function
Create a Hilbert matrix.
hilb(n)
n |
numeric scalar specifying dimensions for the result |
The Hilbert matrix is a notable example of a poorly conditioned matrix. Its elements are
H[i, j] = 1 / (i + j - 1)
.
Returns an n
-by-n
matrix constructed as described above.
H. Borchers hwborchers@googlemail.com, P. Roebuck proebuck@mdanderson.org
hilb(3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.