Re: Issue 2399 in sympy: use free_symbols in Integral.transform

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2399 by smi...@gmail.com: use free_symbols in Integral.transform http://code.google.com/p/sympy/issues/detail?id=2399 this appears to be fixed: if len(inverse_mapping) != 1 or x not in inverse_mapping[0].free_symbols: -- You received

Re: Issue 2399 in sympy: use free_symbols in Integral.transform

2011-05-19 Thread sympy
Comment #1 on issue 2399 by smi...@gmail.com: use free_symbols in Integral.transform http://code.google.com/p/sympy/issues/detail?id=2399 https://github.com/sympy/sympy/pull/334 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to th

Issue 2399 in sympy: use free_symbols in Integral.transform

2011-05-19 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium NeedsReview smichr New issue 2399 by smi...@gmail.com: use free_symbols in Integral.transform http://code.google.com/p/sympy/issues/detail?id=2399 To be safe the test for x in the solution obtained in the transform meth