[NumPy-Tickets] [NumPy] #1477: NumPy inverts a singular matrix
NumPy Trac
numpy-tickets@scipy....
Wed May 5 14:38:30 CDT 2010
#1477: NumPy inverts a singular matrix
---------------------------+------------------------------------------------
Reporter: egonschiele | Owner: pv
Type: defect | Status: closed
Priority: normal | Milestone: 2.0.0
Component: numpy.linalg | Version: devel
Resolution: invalid | Keywords: linear-algebra matrix singular determinant inverse
---------------------------+------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => invalid
Comment:
You are dealing with floating point numbers, in which your matrix cannot
be exactly represented, and the closest possible one is not singular.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1477#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list