Comment #1 on issue 1428 by asmeurer: wrong result for integral of sin(k*x)*sin(m*x) over [0,pi]
http://code.google.com/p/sympy/issues/detail?id=1428

It works correctly now:

In [26]: integrate(sin(k*x)*sin(m*x),(x,0,pi))
Out[26]:
k⋅cos(π⋅k)⋅sin(π⋅m)
───────────────────
       2    2
      m  - k

I will add a test in my next branch.

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