Comment #10 on issue 2068 by [email protected]: integrate(Integral(f(x), x), x) fails
http://code.google.com/p/sympy/issues/detail?id=2068

Okay. So, with the code I have written:

In [2]: integrate(Integral(f(x), x), x)
Out[2]: Integral(f(x), x)

Which is wrong, but I think a separate issue is causing this problem because, as I said above:

In [3]: integrate(f(x), x, x)
Out[3]: Integral(f(x), x)

which is also wrong (unless I am misunderstanding something).

With something to actually integrate, however:

In [4]: integrate(Integral(2, x), x)
Out[4]: x**2

which is right.

.... Come to think of it. I could have solved this problem such that the other problem was solved.... Going to mess with that a bit, but anyways:

https://github.com/ksiondag/sympy/tree/2068_integrate

First tree thingy. Yay! Now let's see if I need to redo it (the writing was the easier part anyways).

--
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.

Reply via email to