Issue 3955 in sympy: sympy.Function.replace with the together() method

2013-07-25 Thread sympy
Status: New Owner: Labels: Type-Enhancement Priority-Low New issue 3955 by ben.luc...@gmail.com: sympy.Function.replace with the together() method http://code.google.com/p/sympy/issues/detail?id=3955 Say I have y = exp(-x/2 + 1) + 1 and I do: a = Wild('a') y = y.replace(exp(a), exp(a.t

Re: Issue 3955 in sympy: sympy.Function.replace with the together() method

2013-07-25 Thread sympy
Updates: Status: Duplicate Mergedinto: 1497 Comment #1 on issue 3955 by asmeu...@gmail.com: sympy.Function.replace with the together() method http://code.google.com/p/sympy/issues/detail?id=3955 This is essentially due to issue 1497, (-x + 2)/2 automatically distributes to -