| hilbert {Matrix} | 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 positive integer. |
the n by n symmetric Hilbert matrix.
round(hilbert(6), 4)