>>> integrate(exp(x)*g(x), x) exp(x)*g(x) - D(g(x), x)*exp(x) Can someone tell me, is this a bug? If this is intentional, can someone please explain why? If I remember my integration by parts correctly, that second term should be Integral(D(g(x), x)*exp(x), x), though really it should just be returning Integral(exp(x)*g(x), x) in this case. Otherwise you could expand like this infinitely and never get a result.
Aaron Meurer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en -~----------~----~----~----~------~----~------~--~---
