Updates:
        Labels: WrongResult

Comment #3 on issue 1525 by asmeurer: No integration by substitution
http://code.google.com/p/sympy/issues/detail?id=1525

Well, something really wacky is happening now:

In [2]: integrate(f(2*x), x)
Out[2]:
  2
 f (2⋅x)
──────────
  d
4⋅──(f(u))
  du

In [3]: integrate(f(2*x), x).diff(x)
Out[3]:
d
──(f(u))⋅f(2⋅x)
du
───────────────
    d
    ──(f(u))
    du

Where the heck did u come from?! And why won't it cancel?

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