Purpose
Computes the determinant of a symbolic square matrix
Synopsis
Input argument
Output argument
See also: sym/eig, sym/diag, sym/trace, sym/inv.
EXAMPLE syms a b c d M = [a^5*b 4;a*b*c^3*d a*d] det(M)