next up previous contents index
Next: solve Up: LinearAlgebraRing Previous: rank   Contents   Index


rankLowerBound


\begin{usage}
rankLowerBound(M)(a)
\end{usage}


Signature


\begin{params}
{\em M} & \htmlref{\texttt{MatrixCategory}}{MatrixCategory} \% & A matrix type\\
{\em a} & M & A matrix\\\end{params}

\begin{retval}
Returns $(rank?, r)$\ such that $r \le \mbox{rank}(a)$,
and $r$\ is exactly the rank of $a$\ if $rank?$\ is {\it true}\xspace .
\end{retval}

\begin{remarks}
$r$\ can also happen to be the rank of $a$\ when $rank?$\ is {\it false}\xspace ,
but the algorithm was unable to prove it.
\end{remarks}


See Also



Manuel Bronstein 2000-12-13