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: det (x)

Symbolic determinant of a matrix.

Example:

A = sym([2 4; 6 8]);
det(A)
  ⇒ ans = (sym) -8

See also: @sym/eig, @sym/charpoly, @sym/trace.

Package: symbolic