Comment #9 on issue 2068 by [email protected]: integrate(Integral(f(x),
x), x) fails
http://code.google.com/p/sympy/issues/detail?id=2068
Oh, okay, making some progress should have main code up in a couple hours
or so, and then tests before sunrise or some such, but I think I have run
into an unrelated problem:
In [14]: Integral(f(x), x, x).doit()
Out[14]: Integral(f(x), x)
The output put should be the same integral (Out[14]: Integral(f(x), x, x) )
shouldn't it?
Unless I misunderstand doit(), that's what the output should be. I mean,
that's how it works with:
In [15]: Integral(f(x), x).doit()
Out[15]: Integral(f(x), x)
This is a separate issue, though, yes?
--
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.