rcond in numpy :

Robert Kern robert.kern at gmail.com
Mon Aug 31 12:43:30 EDT 2009


On 2009-08-31 04:02 AM, Pierre wrote:
>
> Hello,
>
> Anyone knows the numpy equivalent of the matlab function : rcond
> (Matrix reciprocal condition number estimate) ?

You will want to ask numpy questions on the numpy mailing list:

   http://www.scipy.org/Mailing_Lists

numpy.linalg.cond() will give you the condition number of the matrix. Invert it 
to get the reciprocal.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list