Comment #1 on issue 2244 by asmeurer: N(Matrix) does not work (but Matrix.evalf() does)
http://code.google.com/p/sympy/issues/detail?id=2244
Well it's not as easy as removing the sympify line, because we still want sympifyable stuff to pass through (like ints).
I suppose the best solution is to special case Matrix in N(), though it doesn't seem very clean to me.
-- 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.
