Python Inverse of a Matrix

Posted by Claudiu on Stack Overflow See other posts from Stack Overflow or by Claudiu
Published on 2008-10-17T05:30:49Z Indexed on 2010/04/16 20:03 UTC
Read the original article Hit count: 592

Filed under:
|
|
|
|

How do I get the inverse of a matrix in python? I've implemented it myself, but it's pure python, and I suspect there are faster modules out there to do it.

© Stack Overflow or respective owner

Related posts about python

Related posts about math