Updates:
        Status: WontFix

Comment #4 on issue 931 by [email protected]: Matrix doesn't work with Eq
http://code.google.com/p/sympy/issues/detail?id=931

Matrix(Eq, Eq) doesn't make sense. If you do it so that it does make sense, it works:

In [13]: Matrix([Eq(x, y)])
Out[13]: [x = y]

--
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.

Reply via email to