Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Integration CodeInCategory-Code
CodeInDifficulty-Easy
New 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
Integral.transform is confusing, since it requires you to use the same
integration variable. But usually, when we do a transfrom on an integral
we change the name of the variable. It should allow something like
Integral.transform(x, 2*y, y)
where y is the new variable. The third argument would default to the
integration variable, so that you can still use the current syntax.
Also, the docstring needs some doctests, which would also make it less
confusing.
Related is issue 2297.
--
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.