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