Issue 4055 in sympy: Unable to calculate numerical value of the integral

2013-10-17 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 4055 by lpash...@gmail.com: Unable to calculate numerical value of the integral http://code.google.com/p/sympy/issues/detail?id=4055 I am unable to find the numerical value LCB in the the below mentioned code. It would

Issue 4056 in sympy: Integration not successful

2013-10-17 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 4056 by lpash...@gmail.com: Integration not successful http://code.google.com/p/sympy/issues/detail?id=4056 Does anyone know why this integration is not successful? integrate(x*acos(1/x),(x,0.1,100)) This is what I am

Issue 4057 in sympy: CoercionFailed regression in 0.7.3

2013-10-17 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium Polynomial New issue 4057 by mich...@pratt.im: CoercionFailed regression in 0.7.3 http://code.google.com/p/sympy/issues/detail?id=4057 In Sympy 0.7.2, the following integral is evaluated properly: from sympy import * z = symbols('z')

Re: Issue 4054 in sympy: Add option to Unicode printer to disable combining accents

2013-10-17 Thread sympy
Comment #1 on issue 4054 by michael@gmail.com: Add option to Unicode printer to disable combining accents http://code.google.com/p/sympy/issues/detail?id=4054 I'll be happy to work on this once I have more time, but if anyone else picks up the thread before me: It would be nice if

Re: Issue 2196 in sympy: Document assumptions

2013-10-17 Thread sympy
Comment #11 on issue 2196 by asmeu...@gmail.com: Document assumptions http://code.google.com/p/sympy/issues/detail?id=2196 Work started (finally) at https://github.com/sympy/sympy/pull/2538. I guess I should take a look at those blocking issues before I start to do this as well... -- You