Issue 895 in sympy: series method does not work if the point is not 0

2009-08-10 Thread codesite-noreply
Comment #10 on issue 895 by fab...@fseoane.net: series method does not work if the point is not 0 http://code.google.com/p/sympy/issues/detail?id=895 I get a strange "Patch format is not supported" git error. Did you do git format-patch origin ? As to (1). Yes, we should not output wrong resu

Issue 1589 in sympy: maxima wrapper implemented

2009-08-10 Thread codesite-noreply
Comment #1 on issue 1589 by fab...@fseoane.net: maxima wrapper implemented http://code.google.com/p/sympy/issues/detail?id=1589 It doesen't. I get a timeout error from pexpect: Attachments: error.txt 3.4 KB -- You received this message because you are listed in the owner or CC field

Issue 1589 in sympy: maxima wrapper implemented

2009-08-10 Thread codesite-noreply
Comment #2 on issue 1589 by fab...@fseoane.net: maxima wrapper implemented http://code.google.com/p/sympy/issues/detail?id=1589 correct error log Attachments: error.txt 68.1 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Issue 1563 in sympy: re(RootOf) fails because Poly.has() fails

2009-08-10 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 1563 by asmeurer: re(RootOf) fails because Poly.has() fails http://code.google.com/p/sympy/issues/detail?id=1563 Yes, re(RootOf) now doesn't fail, though there are other problems with RootOf because of its Poly argument. It needs to be refa

Issue 1589 in sympy: maxima wrapper implemented

2009-08-10 Thread codesite-noreply
Comment #3 on issue 1589 by ondrej.certik: maxima wrapper implemented http://code.google.com/p/sympy/issues/detail?id=1589 Ok, thanks. I will try to debug it at the scipy conference, if time permits. -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1592 in sympy: Pretty print Sum with a Sigma

2009-08-10 Thread codesite-noreply
Status: Accepted Owner: asmeurer Labels: Type-Enhancement Priority-Low Printing New issue 1592 by asmeurer: Pretty print Sum with a Sigma http://code.google.com/p/sympy/issues/detail?id=1592 Sum represents an unevaluated summation. Currently it pretty prints just the same way it is entered, bu

Issue 1565 in sympy: powsimp() does not combine exponents in some cases.

2009-08-10 Thread codesite-noreply
Updates: Cc: ondrej.certik Comment #4 on issue 1565 by asmeurer: powsimp() does not combine exponents in some cases. http://code.google.com/p/sympy/issues/detail?id=1565 This can be pushed in. -- You received this message because you are listed in the owner or CC fields of this issue,

Issue 1501 in sympy: documentation day issues

2009-08-10 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #3 on issue 1501 by smichr: documentation day issues http://code.google.com/p/sympy/issues/detail?id=1501 light to moderate editing of the portions marked as "questions" above. The one I didn't change was viwer which is an argument to a function cal

Issue 1584 in sympy: as_numer_denom() returns wrong result when both num and den are negative

2009-08-10 Thread codesite-noreply
Comment #3 on issue 1584 by smichr: as_numer_denom() returns wrong result when both num and den are negative http://code.google.com/p/sympy/issues/detail?id=1584 It's better to hold off on this patch until I get all the other related issues resolved. Just about everywhere that powers can be

Issue 1468 in sympy: problems with quartic root solver

2009-08-10 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #8 on issue 1468 by smichr: problems with quartic root solver http://code.google.com/p/sympy/issues/detail?id=1468 As I had added many more tests (and these don't apparently test anything special in the quartic routine) I left them out. I don't unde

Issue 1560 in sympy: -2**-2 gives -1/4; should give 1/4

2009-08-10 Thread codesite-noreply
Comment #5 on issue 1560 by smichr: -2**-2 gives -1/4; should give 1/4 http://code.google.com/p/sympy/issues/detail?id=1560 Try this new consolidated patch. Attachments: 0001-Resolution-of-Issue-1560-with-tests.patch 12.3 KB -- You received this message because you are listed in the o

Issue 1467 in sympy: sorting values with imaginary numbers in radical

2009-08-10 Thread codesite-noreply
Comment #14 on issue 1467 by smichr: sorting values with imaginary numbers in radical http://code.google.com/p/sympy/issues/detail?id=1467 We chatted about this on irc and in light of their not being a well defined comparison test for a real and imaginary that it should be removed so sorted(

Issue 1593 in sympy: print_Basic, print_mathml, etc. are broken

2009-08-10 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1593 by john.theman.connor: print_Basic, print_mathml, etc. are broken http://code.google.com/p/sympy/issues/detail?id=1593 This appears to be related to bugs 1311, 1310, and 1273. For example: from sympy import arg, I fro

Issue 895 in sympy: series method does not work if the point is not 0

2009-08-10 Thread codesite-noreply
Comment #11 on issue 895 by glenn.hortonsmith: series method does not work if the point is not 0 http://code.google.com/p/sympy/issues/detail?id=895 OK, this patch has the exceptions raised in Basic.lseries() and Basic.nseries(), and uses S.Zero for the comparison. (And the patch file shoul