Comment #7 on issue 2068 by [email protected]: integrate(Integral(f(x),
x), x) fails
http://code.google.com/p/sympy/issues/detail?id=2068
So, should the setup look something like this:
In [3]: integrate(Integral(f(x), x), x)
Out [3]: Integral(Integral(f(x), x), x)
?
Also, should something like integrate(Integral(2*x), x), x) come out as:
In [4]: integrate(Integral(2, x), x)
Out [4]: x**2
?
Also, I'm starting on this, so how do you label this as started? Or do I
have to have shown effort first?
--
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.