Comment #18 on issue 388 by [email protected]: sympification of matrices, Matrix is not Basic, creation of MutableBasic
http://code.google.com/p/sympy/issues/detail?id=388

Another example of the problem:

In [6]: Mul(x,Matrix([1,1]))
SympifyError: SympifyError: 'Matrix cannot be sympified'

In [7]: x*Matrix([1,1])
Out[7]:
⎡x⎤
⎢ ⎥
⎣x⎦


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