Status: Valid Owner: ---- Labels: Type-Defect Priority-Medium
New issue 3453 by [email protected]: kern gremlin in sympify http://code.google.com/p/sympy/issues/detail?id=3453
S("Matrix([[x0*x3*I]])")
[I*x0*x3]
S("Matrix([[x0*x3*(I)]])")
[I*_kern*x0*x3] The "_kern" should not be in the 2nd expression. -- 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.
