Comment #1 on issue 3334 by [email protected]: subs of Indexed fails http://code.google.com/p/sympy/issues/detail?id=3334
Probably related: In [14]: hash(b[x].subs(x, 1)) Out[14]: -2812815483841087459 In [15]: hash(b[1]) Out[15]: -8267583462676097146 but In [13]: b[x].subs(x, 1) == b[1] Out[13]: True -- 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.
