Re: Issue 2856 in sympy: lim x^8/(x^8+1)

2012-03-13 Thread sympy
Comment #1 on issue 2856 by amake...@college.harvard.edu: lim x^8/(x^8+1) http://code.google.com/p/sympy/issues/detail?id=2856 This seems to work now (0.7.1) with 8, and also with numbers up to but not including 16. All larger numbers seem to lead to the same prompt as above. I'll try to tra

Re: Issue 2856 in sympy: limit(x**16/(x**16 + 1), x, oo) fails

2012-03-13 Thread sympy
Updates: Summary: limit(x**16/(x**16 + 1), x, oo) fails Status: Accepted Labels: Series Comment #2 on issue 2856 by asmeu...@gmail.com: limit(x**16/(x**16 + 1), x, oo) fails http://code.google.com/p/sympy/issues/detail?id=2856 Apparently there's a hard-coded limit for

Re: Issue 2328 in sympy: expand() doesn't parse bad hints correctly

2012-03-13 Thread sympy
Comment #1 on issue 2328 by gaurav.s...@gmail.com: expand() doesn't parse bad hints correctly http://code.google.com/p/sympy/issues/detail?id=2328 Hi Aaron, I tried to fix this bug and have sent a pull request https://github.com/sympy/sympy/pull/1117 -- You received this message becaus

Issue 3142 in sympy: recursion error in sqrtdenest

2012-03-13 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 3142 by mario.pe...@gmail.com: recursion error in sqrtdenest http://code.google.com/p/sympy/issues/detail?id=3142 ``` from sympy import * sqrtdenest(sqrt( -320 + 32*sqrt(5) + 64*sqrt(15))) ... RuntimeError: maximum re

Re: Issue 3142 in sympy: recursion error in sqrtdenest

2012-03-13 Thread sympy
Comment #1 on issue 3142 by mario.pe...@gmail.com: recursion error in sqrtdenest http://code.google.com/p/sympy/issues/detail?id=3142 Fixed in https://github.com/sympy/sympy/pull/1118 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post

Re: Issue 3142 in sympy: recursion error in sqrtdenest

2012-03-13 Thread sympy
Comment #2 on issue 3142 by mario.pe...@gmail.com: recursion error in sqrtdenest http://code.google.com/p/sympy/issues/detail?id=3142 Fixed in https://github.com/sympy/sympy/pull/1119 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post

Re: Issue 3142 in sympy: recursion error in sqrtdenest

2012-03-13 Thread sympy
Updates: Labels: NeedsReview Simplify Comment #3 on issue 3142 by asmeu...@gmail.com: recursion error in sqrtdenest http://code.google.com/p/sympy/issues/detail?id=3142 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Gro

Issue 3143 in sympy: Multiplication of immutable matrices gives wrong results on specific input

2012-03-13 Thread sympy
Status: Accepted Owner: CC: mrock...@gmail.com Labels: Type-Defect Priority-Medium WrongResult Matrices New issue 3143 by krastano...@gmail.com: Multiplication of immutable matrices gives wrong results on specific input http://code.google.com/p/sympy/issues/detail?id=3143 In [112]: Immu

Re: Issue 3143 in sympy: Multiplication of immutable matrices gives wrong results on specific input

2012-03-13 Thread sympy
Updates: Status: Started Owner: mrock...@gmail.com Comment #1 on issue 3143 by mrock...@gmail.com: Multiplication of immutable matrices gives wrong results on specific input http://code.google.com/p/sympy/issues/detail?id=3143 See https://github.com/sympy/sympy/pull/1120 -- Y

Re: Issue 3143 in sympy: Multiplication of immutable matrices gives wrong results on specific input

2012-03-13 Thread sympy
Updates: Labels: NeedsReview Comment #2 on issue 3143 by asmeu...@gmail.com: Multiplication of immutable matrices gives wrong results on specific input http://code.google.com/p/sympy/issues/detail?id=3143 (No comment was entered for this change.) -- You received this message because

Re: Issue 1113 in sympy: rewrite sign(x) (and possibly abs()) using Piecewise

2012-03-13 Thread sympy
Comment #8 on issue 1113 by asmeu...@gmail.com: rewrite sign(x) (and possibly abs()) using Piecewise http://code.google.com/p/sympy/issues/detail?id=1113 In master both remain unevaluated: In [1]: integrate(abs(x), x)Out[1]: ⌠ ⎮ │x│ dx ⌡ In [2]: integrate(abs(x), (x, -1, 2))Out[2]: 2 ⌠ ⎮

Re: Issue 3060 in sympy: use of evalf() needs review

2012-03-13 Thread sympy
Comment #1 on issue 3060 by asmeu...@gmail.com: use of evalf() needs review http://code.google.com/p/sympy/issues/detail?id=3060 Wouldn't it be easier to just check if free_symbols is empty in that case? -- You received this message because you are subscribed to the Google Groups "sympy-issues

Re: Issue 3044 in sympy: qapply does not work for c_part*TensorProduct

2012-03-13 Thread sympy
Updates: Labels: NeedsReview Comment #3 on issue 3044 by asmeu...@gmail.com: qapply does not work for c_part*TensorProduct http://code.google.com/p/sympy/issues/detail?id=3044 (No comment was entered for this change.) -- You received this message because you are subscribed to the Goo

Re: Issue 3073 in sympy: Ordering args in Adds when printing to move negative signs

2012-03-13 Thread sympy
Comment #6 on issue 3073 by asmeu...@gmail.com: Ordering args in Adds when printing to move negative signs http://code.google.com/p/sympy/issues/detail?id=3073 Maple just keeps things in the order you enter them, and output from functions is customized (e.g., the series function returns exp

Re: Issue 3073 in sympy: Ordering args in Adds when printing to move negative signs

2012-03-13 Thread sympy
Comment #7 on issue 3073 by asmeu...@gmail.com: Ordering args in Adds when printing to move negative signs http://code.google.com/p/sympy/issues/detail?id=3073 I just checked, and the TI89 is not as smart as I remember it. I think we can improve upon it. It does turn -x + y into y - x, an

Re: Issue 3129 in sympy: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level

2012-03-13 Thread sympy
Comment #10 on issue 3129 by nathan.f...@gmail.com: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level http://code.google.com/p/sympy/issues/detail?id=3129 Okay then... why do PSpaces need a symbol bound to them? Printing out pspace(X) gives us a dom

Re: Issue 3129 in sympy: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level

2012-03-13 Thread sympy
Comment #11 on issue 3129 by mrock...@gmail.com: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level http://code.google.com/p/sympy/issues/detail?id=3129 In general PSpaces can have a many symbols bound to them. They act as indices into the distributi

Re: Issue 3129 in sympy: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level

2012-03-13 Thread sympy
Comment #12 on issue 3129 by asmeu...@gmail.com: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level http://code.google.com/p/sympy/issues/detail?id=3129 In [1]: from sympy.stats import * In [2]: T = Normal(30, 3, symbol=Symbol('T')) # temperature is 3

Re: Issue 3129 in sympy: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level

2012-03-13 Thread sympy
Comment #13 on issue 3129 by mrock...@gmail.com: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level http://code.google.com/p/sympy/issues/detail?id=3129 T and T_posterior represent the same variable in different contexts. It doesn't make sense to com