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: cond (A)

Symbolic condition number of a symbolic matrix.

Examples:

A = sym([1 2; 3 0]);
cond(A)^2
  ⇒ (sym)

      √13 + 7
      ───────
      7 - √13

See also: @sym/svd.

Package: symbolic