Re: Issue 2712 in sympy: Merge gsoc-2 and gsoc-3

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #20 on issue 2712 by ness...@gmail.com: Merge gsoc-2 and gsoc-3 http://code.google.com/p/sympy/issues/detail?id=2712 Merged. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send

Re: Issue 459 in sympy: simple double integration fails

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #12 on issue 459 by ness...@gmail.com: simple double integration fails http://code.google.com/p/sympy/issues/detail?id=459 gsoc-3 was merged. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 841 in sympy: integrate(exp(-x**2)*exp(I*k*x), (x, -oo, oo)) doesn't calculate the integral

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #19 on issue 841 by ness...@gmail.com: integrate(exp(-x**2)*exp(I*k*x), (x, -oo, oo)) doesn't calculate the integral http://code.google.com/p/sympy/issues/detail?id=841 gsoc-3 was merged. -- You received this message because you are subscribed to the

Re: Issue 1304 in sympy: Integrate sqrt(x**2 + y**2) fails

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #18 on issue 1304 by ness...@gmail.com: Integrate sqrt(x**2 + y**2) fails http://code.google.com/p/sympy/issues/detail?id=1304 gsoc-3 was merged. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post

Re: Issue 1388 in sympy: integrate(exp(-x)*x**n, x) fails

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #7 on issue 1388 by ness...@gmail.com: integrate(exp(-x)*x**n, x) fails http://code.google.com/p/sympy/issues/detail?id=1388 gsoc-3 was merged. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 1394 in sympy: integrate(x*sqrt(1+2*x), x) can't do it yet

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #7 on issue 1394 by ness...@gmail.com: integrate(x*sqrt(1+2*x), x) can't do it yet http://code.google.com/p/sympy/issues/detail?id=1394 gsoc-3 was merged. -- You received this message because you are subscribed to the Google Groups sympy-issues group.

Re: Issue 1638 in sympy: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails)

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #3 on issue 1638 by ness...@gmail.com: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails) http://code.google.com/p/sympy/issues/detail?id=1638 gsoc-3 was merged. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2904 in sympy: Better documentation for g-function formulae

2012-01-13 Thread sympy
Updates: Status: Duplicate Mergedinto: 2903 Comment #1 on issue 2904 by ness...@gmail.com: Better documentation for g-function formulae http://code.google.com/p/sympy/issues/detail?id=2904 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 2903 in sympy: Better documentation for g-function formulae

2012-01-13 Thread sympy
Comment #1 on issue 2903 by ness...@gmail.com: Better documentation for g-function formulae http://code.google.com/p/sympy/issues/detail?id=2903 Issue 2904 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2307 in sympy: as_coeff_mul()[0] != as_coeff_Mul()[0] when the coeff is Number (not Rational)

2012-01-13 Thread sympy
Updates: Labels: -Priority-Medium Priority-High Comment #32 on issue 2307 by asmeu...@gmail.com: as_coeff_mul()[0] != as_coeff_Mul()[0] when the coeff is Number (not Rational) http://code.google.com/p/sympy/issues/detail?id=2307 (No comment was entered for this change.) -- You

Re: Issue 2964 in sympy: S.One.is_prime gives True

2012-01-13 Thread sympy
Comment #6 on issue 2964 by asmeu...@gmail.com: S.One.is_prime gives True http://code.google.com/p/sympy/issues/detail?id=2964 Well, I disagree. is_prime is very explicit, and I don't see any reason why it shouldn't call isprime(). To me, if the assumptions system can return True or False

Re: Issue 2964 in sympy: S.One.is_prime gives True

2012-01-13 Thread sympy
Comment #7 on issue 2964 by asmeu...@gmail.com: S.One.is_prime gives True http://code.google.com/p/sympy/issues/detail?id=2964 Also, isprime() doesn't really seem that expensive to me (unlike factorint()). -- You received this message because you are subscribed to the Google Groups

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #15 on issue 1893 by ness...@gmail.com: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 A test for this was commited to master. -- You received this message because you are

Issue 2988 in sympy: invalid expansion of Mul bases in Pow

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2988 by smi...@gmail.com: invalid expansion of Mul bases in Pow http://code.google.com/p/sympy/issues/detail?id=2988 There is still a problem with invalid expansion of bases lurking in the core: (-2*x*y**y)**3.2

Issue 2989 in sympy: Segment is not correctly ordering args

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium NeedsReview smichr New issue 2989 by smi...@gmail.com: Segment is not correctly ordering args http://code.google.com/p/sympy/issues/detail?id=2989 Segment((0,1),(0,2)) Segment(Point(0, 2), Point(0, 1)) The Point(0, 1) should be

Re: Issue 2061 in sympy: sqrt(-1.0*x) gives infinite recursion

2012-01-13 Thread sympy
Updates: Status: Accepted Comment #4 on issue 2061 by smi...@gmail.com: sqrt(-1.0*x) gives infinite recursion http://code.google.com/p/sympy/issues/detail?id=2061 The result above is not correct: if x == -1, sqrt(-1.*x) should give 1.0. Instead, expanding the result as

Issue 2990 in sympy: Float is not pulled out of Mul base when exponent is Integer

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2990 by smi...@gmail.com: Float is not pulled out of Mul base when exponent is Integer http://code.google.com/p/sympy/issues/detail?id=2990 (2*B*C)**3 8*(B*C)**3 (2.*B*C)**3 (2.0*B*C)**3 The second expression

Issue 2991 in sympy: commutative factors are not pulled out of a Mul base

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2991 by smi...@gmail.com: commutative factors are not pulled out of a Mul base http://code.google.com/p/sympy/issues/detail?id=2991 (-2*x*y*A*B)**2 4*(x*y*A*B)**2 (-2*x*y)**2 4*x**2*y**2 The first expression

Re: Issue 2981 in sympy: document the check option of solve()

2012-01-13 Thread sympy
Updates: Status: Accepted Labels: -NeedsReview -smichr Comment #4 on issue 2981 by krastano...@gmail.com: document the check option of solve() http://code.google.com/p/sympy/issues/detail?id=2981 It was a typo but a typo in the other direction (I think). sin(x)/x is equal

Issue 2992 in sympy: in solve: check=False produces wrong answers

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Solvers New issue 2992 by krastano...@gmail.com: in solve: check=False produces wrong answers http://code.google.com/p/sympy/issues/detail?id=2992 I may have misunderstood the idea behind check=False. In this case just mark

Re: Issue 2981 in sympy: document the check option of solve()

2012-01-13 Thread sympy
Updates: Status: NeedsDecision Comment #5 on issue 2981 by krastano...@gmail.com: document the check option of solve() http://code.google.com/p/sympy/issues/detail?id=2981 Maybe I have misunderstood the idea behind check=False. In this case issue 2992 should be marked as WontFix.

Re: Issue 2981 in sympy: document the check option of solve()

2012-01-13 Thread sympy
Comment #6 on issue 2981 by smi...@gmail.com: document the check option of solve() http://code.google.com/p/sympy/issues/detail?id=2981 I'm busy at the moment but will try to update this and make a pull request when it is ready. -- You received this message because you are subscribed to

Re: Issue 2981 in sympy: document the check option of solve()

2012-01-13 Thread sympy
Comment #7 on issue 2981 by krastano...@gmail.com: document the check option of solve() http://code.google.com/p/sympy/issues/detail?id=2981 Thanks! I can add it myself if you agree that it makes sense / is correct / etc. -- You received this message because you are subscribed to the

Re: Issue 2872 in sympy: Issues with the SymPy Live mobile interface

2012-01-13 Thread sympy
Comment #19 on issue 2872 by asmeu...@gmail.com: Issues with the SymPy Live mobile interface http://code.google.com/p/sympy/issues/detail?id=2872 Actually, they weren't. But they are fixed now: https://github.com/sympy/sympy-live/pull/47. -- You received this message because you are

Re: Issue 2865 in sympy: str(Matrix(...)) should give Matrix(...)

2012-01-13 Thread sympy
Comment #4 on issue 2865 by krastano...@gmail.com: str(Matrix(...)) should give Matrix(...) http://code.google.com/p/sympy/issues/detail?id=2865 There was some work done for this here: https://github.com/sympy/sympy/pull/819 -- You received this message because you are subscribed to the

Re: Issue 2597 in sympy: Import all public functions and classes into Sphinx

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #14 on issue 2597 by krastano...@gmail.com: Import all public functions and classes into Sphinx http://code.google.com/p/sympy/issues/detail?id=2597 It seems like it's fixed. All Code-in tasks are closed. -- You received this message because you are

Re: Issue 2528 in sympy: Update SymPy's Wikipedia article

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #6 on issue 2528 by krastano...@gmail.com: Update SymPy's Wikipedia article http://code.google.com/p/sympy/issues/detail?id=2528 The task in Code-in is closed. Marking as fixed... -- You received this message because you are subscribed to the Google

Re: Issue 2770 in sympy: Update stuff that SymPy can do on the homepage

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #10 on issue 2770 by krastano...@gmail.com: Update stuff that SymPy can do on the homepage http://code.google.com/p/sympy/issues/detail?id=2770 It was done in GCI. Marking as fixed... -- You received this message because you are subscribed to the

Re: Issue 2800 in sympy: Flesh out the SymPy Papers wiki page

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #8 on issue 2800 by krastano...@gmail.com: Flesh out the SymPy Papers wiki page http://code.google.com/p/sympy/issues/detail?id=2800 Done for Code-in. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2795 in sympy: Investigate a robust way to have translated documentation

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #5 on issue 2795 by krastano...@gmail.com: Investigate a robust way to have translated documentation http://code.google.com/p/sympy/issues/detail?id=2795 I think this is already done. Marking as fixed... -- You received this message because you are

Re: Issue 2771 in sympy: Write a document showing the difference between SymPy and other mathematical systems

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #6 on issue 2771 by krastano...@gmail.com: Write a document showing the difference between SymPy and other mathematical systems http://code.google.com/p/sympy/issues/detail?id=2771 All task in Code-in are closed. Marking as fixed. -- You received this

Re: Issue 2806 in sympy: Add more tips to the tips page

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #9 on issue 2806 by krastano...@gmail.com: Add more tips to the tips page http://code.google.com/p/sympy/issues/detail?id=2806 All task in Code-in are closed. Marking as fixed... -- You received this message because you are subscribed to the Google

Re: Issue 1817 in sympy: SymPy Cheat Sheet

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #11 on issue 1817 by krastano...@gmail.com: SymPy Cheat Sheet http://code.google.com/p/sympy/issues/detail?id=1817 This was nicely done during Code-in. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2845 in sympy: Integrating the new plotting module

2012-01-13 Thread sympy
Comment #6 on issue 2845 by krastano...@gmail.com: Integrating the new plotting module http://code.google.com/p/sympy/issues/detail?id=2845 Also the cheat sheet, comparisons with other CASs, wiki page and so on should get new screenshots... -- You received this message because you are

Issue 2993 in sympy: nsolve does not return sympy objects

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Solvers New issue 2993 by krastano...@gmail.com: nsolve does not return sympy objects http://code.google.com/p/sympy/issues/detail?id=2993 The matrices that are returned are sympy.mpmath.matrices.matrices.matrix. Number are

Re: Issue 2993 in sympy: nsolve does not return sympy objects

2012-01-13 Thread sympy
Comment #1 on issue 2993 by krastano...@gmail.com: nsolve does not return sympy objects http://code.google.com/p/sympy/issues/detail?id=2993 It's not float it's sympy.mpmath.ctx_mp_python.mpf -- You received this message because you are subscribed to the Google Groups sympy-issues group.

Issue 2994 in sympy: evalf() does not play well with sympy.mpmath.matrices.matrices.matrix

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2994 by krastano...@gmail.com: evalf() does not play well with sympy.mpmath.matrices.matrices.matrix http://code.google.com/p/sympy/issues/detail?id=2994 In [14]: r2.evalf(subs={y : 1.2}) Out[14]: root2(y) # not as

Issue 2995 in sympy: skipped secondquant doctest passes

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Physics New issue 2995 by smi...@gmail.com: skipped secondquant doctest passes http://code.google.com/p/sympy/issues/detail?id=2995 The doctest of has_q_annihilators has passed for some time...I wonder if it was just copied and

Issue 2996 in sympy: collect doesn't collect power with numerical base

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2996 by smi...@gmail.com: collect doesn't collect power with numerical base http://code.google.com/p/sympy/issues/detail?id=2996 collect(a*y**(2*x)+b*y**(2*x),y**(x)) (a + b)*(y**2)**x

Issue 2997 in sympy: collect mishandles power rules

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2997 by smi...@gmail.com: collect mishandles power rules http://code.google.com/p/sympy/issues/detail?id=2997 collect(a*y**(2*x)+b*y**(2*x),y**(x)) (a + b)*(y**2)**x y**(2*x) is not always the same as (y**2)**x:

Issue 2998 in sympy: collect doesn't process powers with float coeff in exponent

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Simplify New issue 2998 by smi...@gmail.com: collect doesn't process powers with float coeff in exponent http://code.google.com/p/sympy/issues/detail?id=2998 collect(a*y**(2.*x)+b*y**(2.*x),y**(x)) a*y**(2.0*x) + b*y**(2.0*x)

Re: Issue 2997 in sympy: collect mishandles power rules

2012-01-13 Thread sympy
Updates: Labels: Simplify Comment #1 on issue 2997 by smi...@gmail.com: collect mishandles power rules http://code.google.com/p/sympy/issues/detail?id=2997 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Issue 2999 in sympy: expand(trig=True) could process Floats

2012-01-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2999 by smi...@gmail.com: expand(trig=True) could process Floats http://code.google.com/p/sympy/issues/detail?id=2999 The following is unchanged sin(2.*x).expand(trig=True) sin(2.0*x) while the Integer variant is