hilb | R Documentation |
Generate Hilbert matrix of dimension n
hilb(n)
n |
positive integer specifying the dimension of the Hilbert matrix |
Generate the Hilbert matrix H
of dimension n
with elements
H[i, j] = 1/(i+j-1)
.
(Note: This matrix is ill-conditioned, see e.g. det(hilb(6))
.)
matrix of dimension n
vander
hilb(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.