Comment #1 on issue 3021 by [email protected]: Immutable Matrix
http://code.google.com/p/sympy/issues/detail?id=3021

One current issue is that I'd like
sympify(MutableMatrix) to create an ImmutableMatrix
Unfortunately this causes
x * eye(3) to be an Add object rather than a Matrix object. I tried playing with _op_priority but it doesn't work. I think it only checks for _op_priorities defined on Exprs?


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