Comment #4 on issue 2449 by [email protected]: improve transform http://code.google.com/p/sympy/issues/detail?id=2449
Note that a new variable can be used, too:
i = Integral(cos(w*t), (t, 0, 1)) i.transform(w*t, u)
Integral(cos(u)/w, (u, 0, w)) -- 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.
