Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium
New issue 2994 by [email protected]: evalf() does not play well with sympy.mpmath.matrices.matrices.matrix
http://code.google.com/p/sympy/issues/detail?id=2994 In [14]: r2.evalf(subs={y : 1.2}) Out[14]: root2(y) # not as expected In [15]: r2._imp_(1.2) Out[15]: # as expected [ 1.2] [-1.2] In [16]: type(_) Out[16]: sympy.mpmath.matrices.matrices.matrix But evalf is actually using _imp_ -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
