Hilbert | R Documentation |
Generate the n
by n
symmetric Hilbert matrix. Because
these matrices are ill-conditioned for moderate to large n
,
they are often used for testing numerical linear algebra code.
Hilbert(n)
n |
a non-negative integer. |
the n
by n
symmetric Hilbert matrix as a
"dpoMatrix"
object.
the class dpoMatrix
Hilbert(6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.