Status: NeedsDecision Owner: ---- Labels: Type-Defect Priority-Medium Matrices
New issue 3180 by [email protected]: Evaluate expressions containing ImmutableMatrix by default
http://code.google.com/p/sympy/issues/detail?id=3180 at the moment: In [5]: 3*ImmutableMatrix(3*eye(3)) Out[5]: 3⋅⎡3 0 0⎤ ⎢ ⎥ ⎢0 3 0⎥ ⎢ ⎥ ⎣0 0 3⎦ see issue 3140 see https://groups.google.com/d/msg/sympy/ERK-YtnxuJw/JUUL77qxQekJ -- 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.
