Updates:
Labels: NeedsReview smichr
Comment #2 on issue 3041 by [email protected]: tryring to replace a Tuple
with subs fails
http://code.google.com/p/sympy/issues/detail?id=3041
This is working in https://github.com/sympy/sympy/pull/690
1 + Sum(x, (x, 1, 2))
1 + Sum(x, (x, 1, 2))
_.subs(Tuple(x, 1, 2), Tuple(x, 1, 3))
1 + Sum(x, (x, 1, 3))
--
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.