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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to