Re: Issue 1913 in sympy: pseudo integralof x

2011-05-14 Thread sympy
Comment #2 on issue 1913 by smi...@gmail.com: pseudo integralof x http://code.google.com/p/sympy/issues/detail?id=1913 pokya needs to use free_symbols so this doesn't fail: Poly(x+Integral(x**x, (x, 1, y)) ,x) Traceback (most recent call last): File stdin, line 1, in module

Re: Issue 1913 in sympy: pseudo integralof x

2011-05-14 Thread sympy
Comment #3 on issue 1913 by smi...@gmail.com: pseudo integralof x http://code.google.com/p/sympy/issues/detail?id=1913 polys (not pokya) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send email to

Re: Issue 1913 in sympy: pseudo integralof x

2010-05-07 Thread sympy
Comment #1 on issue 1913 by smichr: pseudo integralof x http://code.google.com/p/sympy/issues/detail?id=1913 The Integral method .symbols can be used to find what symbols an integral depends on. See issue 1823. -- You received this message because you are subscribed to the Google Groups

Issue 1913 in sympy: pseudo integralof x

2010-04-23 Thread sympy
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium New issue 1913 by smichr: pseudo integralof x http://code.google.com/p/sympy/issues/detail?id=1913 If you try to create a polynomial in x that contains Integral(x**x, (x, 1, y)) it complains that it contains an element of the