next up previous contents index
Next: span Up: LinearAlgebra Previous: rank   Contents   Index


rankLowerBound


\begin{usage}
rankLowerBound~a
\end{usage}


Signature


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