  det
  Builtin Function



      SSyynnooppssiiss
        Matrix determinant.

      SSyynnttaaxx
        det ( _A )

      DDeessccrriippttiioonn
        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
















































