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


determinant!


\begin{usage}
determinant!(a,n,p)
\end{usage}


Signature



\begin{params}
{\em a}
& \htmlref{\texttt{PrimitiveArray}}{PrimitiveArray} \ht...
... & \htmlref{\texttt{MachineInteger}}{MachineInteger} & a prime\\\end{params}

\begin{retval}
Returns the determinant of {\em a} over ${\mathbbm Z}/p{\mathbbm Z}$.
\end{retval}

\begin{remarks}
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