Re: Issue 1001 in sympy: Failure with definite integral of sqrt(R^2-x^2) and variations

2011-04-29 Thread sympy
Updates: Status: Started Owner: --- Comment #10 on issue 1001 by matt...@gmail.com: Failure with definite integral of sqrt(R^2-x^2) and variations http://code.google.com/p/sympy/issues/detail?id=1001 This indeed works now: In [1]: var('R', positive=True) Out[1]: R In [2]:

Re: Issue 1001 in sympy: Failure with definite integral of sqrt(R^2-x^2) and variations

2011-04-29 Thread sympy
Updates: Labels: NeedsReview mattpap Comment #11 on issue 1001 by asmeurer: Failure with definite integral of sqrt(R^2-x^2) and variations http://code.google.com/p/sympy/issues/detail?id=1001 https://github.com/sympy/sympy/pull/271 -- You received this message because you are

Re: Issue 1001 in sympy: Failure with definite integral of sqrt(R^2-x^2) and variations

2011-04-29 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #12 on issue 1001 by Vinzent.Steinberg: Failure with definite integral of sqrt(R^2-x^2) and variations http://code.google.com/p/sympy/issues/detail?id=1001 Thanks. I considered this trivial enough to merge it

Re: Issue 1001 in sympy: Failure with definite integral of sqrt(R^2-x^2) and variations

2011-04-29 Thread sympy
Comment #13 on issue 1001 by matt...@gmail.com: Failure with definite integral of sqrt(R^2-x^2) and variations http://code.google.com/p/sympy/issues/detail?id=1001 Thanks. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this

Re: Issue 1001 in sympy: Failure with definite integral of sqrt(R^2-x^2) and variations

2011-04-13 Thread sympy
Comment #9 on issue 1001 by sapta.ii...@gmail.com: Failure with definite integral of sqrt(R^2-x^2) and variations http://code.google.com/p/sympy/issues/detail?id=1001 In master you can try import sympy x=Symbol('x') R=Symbol('R', positive = True) integrate(sqrt(R**2-x**2), (x, 0, R))