det:

Syntax: det ( A )

Description:

	Det computes the determinant of the matrix argument.

	Det uses the LAPACK functions to factor the input, and the
	LINPACK algorithm to calculate the determinant.

See Also inv, lu, rcond
