Updates:
Status: Fixed
Comment #8 on issue 951 by [email protected]: substituting in Integral
doesn't work
http://code.google.com/p/sympy/issues/detail?id=951
Seems to have been fixed.
In [7]: e = integrate(sin(x)/x, (x, 0, y))
In [8]: e
Out[8]:
y
⌠
⎮ sin(x)
⎮ ────── dx
⎮ x
⌡
0
In [9]: e.subs(y, 5)
Out[9]:
5
⌠
⎮ sin(x)
⎮ ────── dx
⎮ x
⌡
0
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
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.