next up previous contents index
Next: extendedRowEchelon Up: LinearEliminationCategory Previous: deter   Contents   Index


determinant


\begin{usage}
determinant~a\\ determinant!~a
\end{usage}


Signature


\begin{params}
{\em a} & M & A matrix whose determinant has to be computed\\
\end{params}

\begin{retval}
Returns the determinant of {\em a}.
\end{retval}

\begin{remarks}
determinant!~does not make a copy of $a$, but performs all the
computations in--place, modifying the entries of $a$.
\end{remarks}


Manuel Bronstein 2000-12-13