Re: Issue 2343 in sympy: as_poly returns None

2011-05-06 Thread sympy
Comment #3 on issue 2343 by matt...@gmail.com: as_poly returns None http://code.google.com/p/sympy/issues/detail?id=2343 To me this is yet another consequence of the current state of art in assumptions: In [1]: u0 = Symbol('u') In [2]: u1 = Symbol('u', real=True) In [3]: hash(u0) Out[3]:

Re: Issue 2343 in sympy: as_poly returns None

2011-05-06 Thread sympy
Comment #4 on issue 2343 by smi...@gmail.com: as_poly returns None http://code.google.com/p/sympy/issues/detail?id=2343 The geometry module is the environment of interest. Let's say the user want to find the intersection of an ellipse and a parabola. The equation of the ellipse can be

Re: Issue 2342 in sympy: as_coefficient error

2011-05-06 Thread sympy
Updates: Status: Fixed Comment #3 on issue 2342 by smi...@gmail.com: as_coefficient error http://code.google.com/p/sympy/issues/detail?id=2342 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2233 in sympy: Triangle errors

2011-05-06 Thread sympy
Updates: Status: Fixed Comment #14 on issue 2233 by smi...@gmail.com: Triangle errors http://code.google.com/p/sympy/issues/detail?id=2233 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post

Re: Issue 2279 in sympy: Incorrect tests for ellipse

2011-05-06 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2279 by smi...@gmail.com: Incorrect tests for ellipse http://code.google.com/p/sympy/issues/detail?id=2279 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1740 in sympy: prime(symbol('x')) never returns

2011-05-06 Thread sympy
Updates: Labels: EasyToFix Comment #1 on issue 1740 by smi...@gmail.com: prime(symbol('x')) never returns http://code.google.com/p/sympy/issues/detail?id=1740 change the assertion from assert n 0 to an if: if int(n) = 0 or int(n) != n: raise ValueError('n must be a

Issue 2344 in sympy: Dev ide by saptman work

2011-05-06 Thread sympy
Status: Accepted Owner: ondrej.c...@gmail.com Labels: Type-Defect Priority-Medium New issue 2344 by ondrej.c...@gmail.com: Dev ide by saptman work http://code.google.com/p/sympy/issues/detail?id=2344 There is unfinished work in this pull request: https://github.com/sympy/sympy/pull/104 -- You

Re: Issue 2344 in sympy: Dev ide by saptman work

2011-05-06 Thread sympy
Updates: Labels: NeedsBetterPatch Comment #1 on issue 2344 by ondrej.c...@gmail.com: Dev ide by saptman work http://code.google.com/p/sympy/issues/detail?id=2344 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Issue 2345 in sympy: Added method for solving a system of first order linear ODEs.

2011-05-06 Thread sympy
Status: Accepted Owner: ondrej.c...@gmail.com Labels: Type-Defect Priority-Medium NeedsBetterPatch New issue 2345 by ondrej.c...@gmail.com: Added method for solving a system of first order linear ODEs. http://code.google.com/p/sympy/issues/detail?id=2345 Work in progress:

Re: Issue 2333 in sympy: powsimp is iterating over a dictionary that is deleted during iteration

2011-05-06 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2333 by smi...@gmail.com: powsimp is iterating over a dictionary that is deleted during iteration http://code.google.com/p/sympy/issues/detail?id=2333 (No comment was entered for this change.) -- You received this message because you are

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

2011-05-06 Thread sympy
Updates: Status: Fixed Comment #11 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 (No comment was entered for this change.) -- You received this message because you

Re: Issue 2321 in sympy: perfect power error

2011-05-06 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2321 by smi...@gmail.com: perfect power error http://code.google.com/p/sympy/issues/detail?id=2321 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2151 in sympy: BasicMeta.keep_sign

2011-05-06 Thread sympy
Comment #9 on issue 2151 by asmeurer: BasicMeta.keep_sign http://code.google.com/p/sympy/issues/detail?id=2151 So is that just a problem with the printer? -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send email to

Re: Issue 2151 in sympy: BasicMeta.keep_sign

2011-05-06 Thread sympy
Comment #10 on issue 2151 by matt...@gmail.com: BasicMeta.keep_sign http://code.google.com/p/sympy/issues/detail?id=2151 I hope so. I'm going to take care of this today. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group,

Issue 2346 in sympy: Symbols should only be equal if they have the same assumptions

2011-05-06 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-High Assumptions Milestone-Release0.7.0 New issue 2346 by ronan.l...@gmail.com: Symbols should only be equal if they have the same assumptions http://code.google.com/p/sympy/issues/detail?id=2346 The problem is

Re: Issue 2151 in sympy: BasicMeta.keep_sign

2011-05-06 Thread sympy
Updates: Labels: Printing Comment #11 on issue 2151 by asmeurer: BasicMeta.keep_sign http://code.google.com/p/sympy/issues/detail?id=2151 There was a similar error in the printing when I tried removing the automatic distribution 2*(x + y) = 2*x + 2*y. I don't know if it's related.

Re: Issue 1746 in sympy: Let bin/test --random accept a seed input

2011-05-06 Thread sympy
Updates: Labels: -Priority-Medium Priority-High Milestone-Release0.7.1 Comment #6 on issue 1746 by asmeurer: Let bin/test --random accept a seed input http://code.google.com/p/sympy/issues/detail?id=1746 Given the recent failures based on keep_sign (issue 2151), I think it might be

Re: Issue 2343 in sympy: as_poly returns None

2011-05-06 Thread sympy
Comment #5 on issue 2343 by ronan.l...@gmail.com: as_poly returns None http://code.google.com/p/sympy/issues/detail?id=2343 Ack! Objects that compare equal but have different hashes are an abomination. I opened issue 2346 for that. -- You received this message because you are subscribed to

Re: Issue 421 in sympy: pypi (cheeseshop) entry and announcing sympy

2011-05-06 Thread sympy
Comment #12 on issue 421 by asmeurer: pypi (cheeseshop) entry and announcing sympy http://code.google.com/p/sympy/issues/detail?id=421 I was going to close this, but I noticed that the latest version of SymPy listed in PyPi is 0.6.6. See http://pypi.python.org/pypi/sympy/. -- You

Re: Issue 1058 in sympy: Classifying formulas

2011-05-06 Thread sympy
Comment #6 on issue 1058 by hamanana...@googlemail.com: Classifying formulas http://code.google.com/p/sympy/issues/detail?id=1058 Hi, what happend to this bug? As far as I can see, this function was not included into sympy, yet. Right? -- You received this message because you are subscribed to

Re: Issue 1058 in sympy: Classifying formulas

2011-05-06 Thread sympy
Comment #7 on issue 1058 by asmeurer: Classifying formulas http://code.google.com/p/sympy/issues/detail?id=1058 I don't think so. We do have expr.is_rational_function() and expr.is_polynomial(), which are similar, though. -- You received this message because you are subscribed to the

Re: Issue 1058 in sympy: Classifying formulas

2011-05-06 Thread sympy
Comment #8 on issue 1058 by matt...@gmail.com: Classifying formulas http://code.google.com/p/sympy/issues/detail?id=1058 Yes, but there are far from nice functionality proposed in this issue. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2151 in sympy: BasicMeta.keep_sign

2011-05-06 Thread sympy
Comment #12 on issue 2151 by matt...@gmail.com: BasicMeta.keep_sign http://code.google.com/p/sympy/issues/detail?id=2151 @Aaron: why simplify=False for eq5 in test_separable1? The first commented out sol5 substitutes to zero and dsolve() can do it fast without simplify=False. -- You

Re: Issue 2151 in sympy: BasicMeta.keep_sign

2011-05-06 Thread sympy
Comment #13 on issue 2151 by asmeurer: BasicMeta.keep_sign http://code.google.com/p/sympy/issues/detail?id=2151 It looks like that change was added by commit 3fbc7402, I think because it changed the way that constants were simplified. But this has apparently been fixed since then since

Re: Issue 2151 in sympy: BasicMeta.keep_sign

2011-05-06 Thread sympy
Comment #14 on issue 2151 by matt...@gmail.com: BasicMeta.keep_sign http://code.google.com/p/sympy/issues/detail?id=2151 OK. One more question: in test_separable2 now I get: In [1]: eq7 = f(x)**2 - 1 - (2*f(x) + x*f(x))*f(x).diff(x) In [2]: dsolve(eq7, f(x), hint='separable') Out[2]: ⎛

Re: Issue 2346 in sympy: Symbols should only be equal if they have the same assumptions

2011-05-06 Thread sympy
Comment #1 on issue 2346 by ronan.l...@gmail.com: Symbols should only be equal if they have the same assumptions http://code.google.com/p/sympy/issues/detail?id=2346 It's easy to add the right check in Basic.__eq__ (self._assume_type_keys == other._assume_type_keys), but then, here's the