Status: Valid Owner: ---- Labels: Type-Defect Priority-Medium Matching
New issue 3334 by [email protected]: subs of Indexed fails http://code.google.com/p/sympy/issues/detail?id=3334
b=IndexedBase('b') (b[i]*x).subs(i,0)
x*b[0]
_==b[0]*x
True
(b[i]*x).subs(i,0).subs(b[0],1)
x*b[0]
(b[0]*x).subs(b[0],1)
x I expected both subs to give 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.
