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: invhilb (n)

Return the symbolic inverse of the Hilbert matrix.

Example:

invhilb (sym(2))
  ⇒ ans = (sym 2×2 matrix)
      ⎡4   -6⎤
      ⎢      ⎥
      ⎣-6  12⎦

See also: @sym/hilb.

Package: symbolic