Method on @sym: hilb (n)

Return the symbolic Hilbert matrix.

Example:

hilb (sym(2))
  ⇒ ans = (sym 2×2 matrix)
      ⎡ 1   1/2⎤
      ⎢        ⎥
      ⎣1/2  1/3⎦

See also: @sym/invhilb.

Package: symbolic