Issue 1433 in sympy: Integrate returns different result than from Matlab

2009-05-23 Thread codesite-noreply
Status: Accepted Owner: hazelnusse Labels: Type-Defect Priority-Medium New issue 1433 by hazelnusse: Integrate returns different result than from Matlab http://code.google.com/p/sympy/issues/detail?id=1433 [matlab] >> integrand = 2*X*X + 2*Y*Y - 1 integrand = 2*X^2+2*Y^2-1 >> res = int(integra

Issue 1433 in sympy: Integrate returns different result than from Matlab

2009-05-23 Thread codesite-noreply
Updates: Labels: WrongResult Comment #1 on issue 1433 by hazelnusse: Integrate returns different result than from Matlab http://code.google.com/p/sympy/issues/detail?id=1433 (No comment was entered for this change.) -- You received this message because you are listed in the owner or C

Re: Issue 1433 in sympy: Integrate returns different result than from Matlab

2011-06-14 Thread sympy
Updates: Status: Invalid Comment #2 on issue 1433 by renato.c...@gmail.com: Integrate returns different result than from Matlab http://code.google.com/p/sympy/issues/detail?id=1433 Just tried this in master, Out[7] from above gives 10*3**(1/2)*I that evalf's to 17.3205080756888*I. T

Re: Issue 1433 in sympy: Integrate returns different result than from Matlab

2011-06-14 Thread sympy
Comment #3 on issue 1433 by asmeurer: Integrate returns different result than from Matlab http://code.google.com/p/sympy/issues/detail?id=1433 I bisected this way back to commit c3680394baa9db983cb047c231760c9efd448e9d Author: Fabian Pedregosa Date: Wed May 27 13:01:40 2009 +0200 Ref