The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

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