Re: Issue 2308 in sympy: Rename or refactor Add.primitive()

2011-04-25 Thread sympy
Comment #1 on issue 2308 by asmeurer: Rename or refactor Add.primitive() http://code.google.com/p/sympy/issues/detail?id=2308 Well the name is not really cryptic, since that is the mathematical definition of primitive. See http://en.wikipedia.org/wiki/Gauss%27s_lemma_(polynomial). -- You

Issue 2310 in sympy: improper integral and _eval_interval

2011-04-25 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium Integration New issue 2310 by smi...@gmail.com: improper integral and _eval_interval http://code.google.com/p/sympy/issues/detail?id=2310 The following gives the wrong answer: h[1] F=1/x/(1-x) h[1]

Re: Issue 2310 in sympy: improper integral and _eval_interval

2011-04-25 Thread sympy
Comment #1 on issue 2310 by smi...@gmail.com: improper integral and _eval_interval http://code.google.com/p/sympy/issues/detail?id=2310 In [ https://github.com/sympy/sympy/pull/230 ] this gives: h[1] F=1/x/(1-x) h[1] f=F.diff(x) h[1] integrate(f, (x, 1-d, d)) 0 h[2]

Re: Issue 2303 in sympy: Remove sympy.concrete.sequences.oeis

2011-04-25 Thread sympy
Comment #5 on issue 2303 by Vinzent.Steinberg: Remove sympy.concrete.sequences.oeis http://code.google.com/p/sympy/issues/detail?id=2303 Maybe this should rather be moved to utilities? -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post

Re: Issue 2302 in sympy: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5)

2011-04-25 Thread sympy
Comment #2 on issue 2302 by smi...@gmail.com: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5) http://code.google.com/p/sympy/issues/detail?id=2302 Should anything happen to `2**(1/3)*2**(1/4)*6**(1/2)`? -- You received this message because you are subscribed to

Re: Issue 2226 in sympy: Test failure for tsolve()

2011-04-25 Thread sympy
Updates: Labels: -NeedsReview PassedReview Comment #11 on issue 2226 by ronan.l...@gmail.com: Test failure for tsolve() http://code.google.com/p/sympy/issues/detail?id=2226 The fix (for the test, not for the more fundamental issue 2302) is in. -- You received this message because you

Re: Issue 2226 in sympy: Test failure for tsolve()

2011-04-25 Thread sympy
Updates: Status: Fixed Comment #12 on issue 2226 by ronan.l...@gmail.com: Test failure for tsolve() http://code.google.com/p/sympy/issues/detail?id=2226 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-04-25 Thread sympy
Updates: Labels: Plotting Comment #20 on issue 1916 by asmeurer: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Can someone on Linux test that to see if it still works there after this patch too? -- You

Re: Issue 2288 in sympy: Triangle.inradius incorrect

2011-04-25 Thread sympy
Updates: Labels: NeedsReview Comment #5 on issue 2288 by asmeurer: Triangle.inradius incorrect http://code.google.com/p/sympy/issues/detail?id=2288 There is this new pull request https://github.com/sympy/sympy/pull/251. How does this relate to the old one? -- You received this

Re: Issue 2301 in sympy: RFC: Basis, and/or VectorSpace class required

2011-04-25 Thread sympy
Updates: Status: Accepted Labels: -Priority-Low Priority-Medium Comment #1 on issue 2301 by asmeurer: RFC: Basis, and/or VectorSpace class required http://code.google.com/p/sympy/issues/detail?id=2301 Sounds like a good idea to me. At my university, we have a sophomore level

Re: Issue 2300 in sympy: x.diff(4) doesn't fail

2011-04-25 Thread sympy
Updates: Labels: sherjilozair NeedsReview Comment #2 on issue 2300 by asmeurer: x.diff(4) doesn't fail http://code.google.com/p/sympy/issues/detail?id=2300 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2305 in sympy: Integer(3).sqrt() == 1

2011-04-25 Thread sympy
Comment #1 on issue 2305 by gdrummo...@gmail.com: Integer(3).sqrt() == 1 http://code.google.com/p/sympy/issues/detail?id=2305 The docstring says: Compute integer square root of `a`. It also uses an isqrt function from mpmath. Perhaps the method should be renamed to isqrt -- You received

Re: Issue 1919 in sympy: unify behavior of var() and symbols()

2011-04-25 Thread sympy
Comment #14 on issue 1919 by asmeurer: unify behavior of var() and symbols() http://code.google.com/p/sympy/issues/detail?id=1919 polys12 has been merged, but before we close this, we should change all symbols('x,y,z') with symbols('x y z') or symbols('x, y, z') (because the former looks

Re: Issue 2305 in sympy: Integer(3).sqrt() == 1 (Rename Integer.sqrt to Integer.isqrt)

2011-04-25 Thread sympy
Updates: Summary: Integer(3).sqrt() == 1 (Rename Integer.sqrt to Integer.isqrt) Comment #2 on issue 2305 by asmeurer: Integer(3).sqrt() == 1 (Rename Integer.sqrt to Integer.isqrt) http://code.google.com/p/sympy/issues/detail?id=2305 I think it should just be renamed to isqrt.

Re: Issue 1779 in sympy: When atan2 is used, expression can not be differentiated anymore.

2011-04-25 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #4 on issue 1779 by ronan.l...@gmail.com: When atan2 is used, expression can not be differentiated anymore. http://code.google.com/p/sympy/issues/detail?id=1779 It's in. -- You received this message because you

Re: Issue 1919 in sympy: unify behavior of var() and symbols()

2011-04-25 Thread sympy
Comment #15 on issue 1919 by Vinzent.Steinberg: unify behavior of var() and symbols() http://code.google.com/p/sympy/issues/detail?id=1919 I don't like symbols('x, y, z') because it is needlessly verbose. I know that Mateusz prefers symbols('x,y,z') over symbols('x y z'), so I guess we

Re: Issue 2221 in sympy: hstack() and vstack() methods for Matrix

2011-04-25 Thread sympy
Comment #2 on issue 2221 by asmeurer: hstack() and vstack() methods for Matrix http://code.google.com/p/sympy/issues/detail?id=2221 It doesn't look that old to me. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send

Re: Issue 2221 in sympy: hstack() and vstack() methods for Matrix

2011-04-25 Thread sympy
Comment #3 on issue 2221 by sherjilo...@gmail.com: hstack() and vstack() methods for Matrix http://code.google.com/p/sympy/issues/detail?id=2221 Considering that this an easy patch, I thought someone must have already done this. That's all I ask. Is this Issue still under discussion ? --

Re: Issue 2302 in sympy: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5)

2011-04-25 Thread sympy
Comment #4 on issue 2302 by asmeurer: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5) http://code.google.com/p/sympy/issues/detail?id=2302 Hmm. So I guess it's not obvious what the simplest form is. For example, that can also be represented as 2*1458**(1/12).

Re: Issue 2151 in sympy: BasicMeta.keep_sign

2011-04-25 Thread sympy
Updates: Cc: -fredrik@gmail.com Blockedon: -2241 Comment #5 on issue 2151 by ronan.l...@gmail.com: BasicMeta.keep_sign http://code.google.com/p/sympy/issues/detail?id=2151 I knew this seemed too easy! I tried to remove keep_sign completely (see

Re: Issue 2241 in sympy: Wrong convergence check for evalf() of hypergeometric sums

2011-04-25 Thread sympy
Issue 2241: Wrong convergence check for evalf() of hypergeometric sums http://code.google.com/p/sympy/issues/detail?id=2241 This issue is no longer blocking issue 2151. See http://code.google.com/p/sympy/issues/detail?id=2151 -- You received this message because you are listed in the owner or CC

Re: Issue 1919 in sympy: unify behavior of var() and symbols()

2011-04-25 Thread sympy
Comment #16 on issue 1919 by smi...@gmail.com: unify behavior of var() and symbols() http://code.google.com/p/sympy/issues/detail?id=1919 I don't care either way. Within the string, my PEP-8 glasses become transparent. /c -- You received this message because you are subscribed to the