>> Also, sympify now works with ImmutableMatrices but it still fails on
>> MutableMatrices. Is there a fundamental reason behind that?
>
>
> It's not clear what sympify should do to a MutableMatrix? One option is to
> turn it into an ImmutableMatrix. If you do this then x*eye(3) isn't mutable
> because x will try to sympify it eye(3).

Couldn't we have contagious immutability for matrix*matrix, contagious
mutability for symbol*matrix / matrix*symbol and sympification towards
immutable?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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?hl=en.

Reply via email to