Closed
Description
Check this out:
sage: A = Matrix(RDF, [[1, 0], [0, 0]])
sage: A.inverse()
[nan nan]
[nan inf]
This is, to say the least, weird. This should throw a ZeroDivisionError instead.
Component: linear algebra
Issue created by migration from https://trac.sagemath.org/ticket/2468