Updates:
Labels: EasyToFix
Comment #28 on issue 565 by [email protected]: integrate does not ommit null
terms and simplify fails to handle them afterwards.
http://code.google.com/p/sympy/issues/detail?id=565
The correct answer is now given (as confirmed with wolfram alpha):
>>> integrate(-1./2 * x * sin(n * pi * x/2), [x, -2, 0])
2.0*cos(pi*n)/(pi*n) - 2.0*sin(pi*n)/(pi**2*n**2)
--
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.