rcond in numpy :

P

Pierre

Hello,

Anyone knows the numpy equivalent of the matlab function : rcond
(Matrix reciprocal condition number estimate) ?

Thanks.
 
R

Robert Kern

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,197
Messages
2,571,041
Members
47,643
Latest member
ashutoshjha_1101

Latest Threads

Top