hilb | R Documentation |
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 proebuck1701@gmail.com
hilb(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.