Comment #6 on issue 2846 by [email protected]: Integral.transform should allow a change to a different variable
http://code.google.com/p/sympy/issues/detail?id=2846
Hopefully it is less confusing now:
i
Integral(cos(t*w), (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.
