Re: Issue 2736 in sympy: ode_order failure with Derivative(x*f(x),x)

2011-10-12 Thread sympy
Updates: Summary: ode_order failure with Derivative(x*f(x),x) Status: Accepted Labels: Solvers WrongResult EasyToFix Comment #1 on issue 2736 by asmeu...@gmail.com: ode_order failure with Derivative(x*f(x),x) http://code.google.com/p/sympy/issues/detail?id=2736 The dso

Re: Issue 2735 in sympy: primepi doesn't work with symbolic arguments

2011-10-12 Thread sympy
Updates: Summary: primepi doesn't work with symbolic arguments Comment #1 on issue 2735 by asmeu...@gmail.com: primepi doesn't work with symbolic arguments http://code.google.com/p/sympy/issues/detail?id=2735 This if course has nothing to do with the limit function, but is just beca

Issue 2736 in sympy: Dsolve failure with Derivative(x*f(x),x)

2011-10-12 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2736 by and...@hotmail.com: Dsolve failure with Derivative(x*f(x),x) http://code.google.com/p/sympy/issues/detail?id=2736 Hi I've searched and not found any existing comments on the following behaviour of dsolve and ode_

Issue 2735 in sympy: Limit failure

2011-10-12 Thread sympy
Status: Accepted Owner: hector1...@gmail.com Labels: Type-Defect Priority-Medium New issue 2735 by hector1...@gmail.com: Limit failure http://code.google.com/p/sympy/issues/detail?id=2735 While trying to demonstrate the prime number theorem, I came across the following bug- In [57]: limit(pr

Re: Issue 2734 in sympy: ask(~Q.negative(log(p)**2), Q.positive(p)) is None

2011-10-12 Thread sympy
Comment #2 on issue 2734 by smi...@gmail.com: ask(~Q.negative(log(p)**2), Q.positive(p)) is None http://code.google.com/p/sympy/issues/detail?id=2734 argh...I keep stumbling over this. Thanks. So we can leave this open for the new assumptions. I see you already changed the name. Thanks. -

Re: Issue 2734 in sympy: ask(~Q.negative(log(p)**2), Q.positive(p)) is None

2011-10-12 Thread sympy
Updates: Summary: ask(~Q.negative(log(p)**2), Q.positive(p)) is None Labels: Assumptions Comment #1 on issue 2734 by asmeu...@gmail.com: ask(~Q.negative(log(p)**2), Q.positive(p)) is None http://code.google.com/p/sympy/issues/detail?id=2734 The reason is that it could also be

Re: Issue 2731 in sympy: zeros(3,0)*zeros(0,3) should give zeros(3,3)

2011-10-12 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2731 by smi...@gmail.com: zeros(3,0)*zeros(0,3) should give zeros(3,3) http://code.google.com/p/sympy/issues/detail?id=2731 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Group

Re: Issue 2730 in sympy: Matrix().det() should return 1

2011-10-12 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2730 by smi...@gmail.com: Matrix().det() should return 1 http://code.google.com/p/sympy/issues/detail?id=2730 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 1170 in sympy: ordering of classes

2011-10-12 Thread sympy
Updates: Status: Started Owner: matt...@gmail.com Comment #8 on issue 1170 by matt...@gmail.com: ordering of classes http://code.google.com/p/sympy/issues/detail?id=1170 I thought this was removed. I will prepare a patch. -- You received this message because you are subscribed t

Re: Issue 1170 in sympy: ordering of classes

2011-10-12 Thread sympy
Comment #7 on issue 1170 by asmeurer: ordering of classes http://code.google.com/p/sympy/issues/detail?id=1170 Basic still has __cmp__ using some ordering_of_classes list in core.py. To me, this should be removed entirely. -- You received this message because you are subscribed to the Googl

Re: Issue 1640 in sympy: tsolve problem

2011-10-12 Thread sympy
Updates: Labels: Solvers Comment #1 on issue 1640 by smi...@gmail.com: tsolve problem http://code.google.com/p/sympy/issues/detail?id=1640 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To pos

Issue 2734 in sympy: (log(positive)**2).is_positive is None

2011-10-12 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2734 by smi...@gmail.com: (log(positive)**2).is_positive is None http://code.google.com/p/sympy/issues/detail?id=2734 var('p',positive=True) p log(p).is_positive # could be +/- (log(p)**2).is_positive # I e

Re: Issue 2717 in sympy: apart() should automatically include algebraic numbers in an expression as an extension

2011-10-12 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #3 on issue 2717 by matt...@gmail.com: apart() should automatically include algebraic numbers in an expression as an extension http://code.google.com/p/sympy/issues/detail?id=2717 The pull request was merged. --

Re: Issue 1170 in sympy: ordering of classes

2011-10-12 Thread sympy
Updates: Status: Fixed Comment #6 on issue 1170 by matt...@gmail.com: ordering of classes http://code.google.com/p/sympy/issues/detail?id=1170 This issue is isn't valid anymore. We have completely different subsystem for sorting expressions now. I think this issue can be considered as

Re: Issue 2665 in sympy: count doesn't count

2011-10-12 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #2 on issue 2665 by matt...@gmail.com: count doesn't count http://code.google.com/p/sympy/issues/detail?id=2665 This was merged. -- You received this message because you are subscribed to the Google Groups "sympy-

Re: Issue 1172 in sympy: example: curve sketching

2011-10-12 Thread sympy
Comment #15 on issue 1172 by smi...@gmail.com: example: curve sketching http://code.google.com/p/sympy/issues/detail?id=1172 The current solvers fails with multiple generators for several of these (see attached) and hangs unless check=False for the maxima and inflections of f20. I think fact

Re: Issue 2733 in sympy: Add algorithms to determine where summations converge

2011-10-12 Thread sympy
Comment #1 on issue 2733 by asmeurer: Add algorithms to determine where summations converge http://code.google.com/p/sympy/issues/detail?id=2733 By the way, let's just implement it so that it works seamlessly with summation(). In other words, don't make it a separate function like Mathem

Issue 2733 in sympy: Add algorithms to determine where summations converge

2011-10-12 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Enhancement Priority-Medium Concrete New issue 2733 by asmeurer: Add algorithms to determine where summations converge http://code.google.com/p/sympy/issues/detail?id=2733 Mathematica has a function SumConvergence (http://reference.wolfram.com/m

Re: Issue 2015 in sympy: Hangs attempting to solve a system of linear equations

2011-10-12 Thread sympy
Comment #16 on issue 2015 by smi...@gmail.com: Hangs attempting to solve a system of linear equations http://code.google.com/p/sympy/issues/detail?id=2015 both the original system and just the numereators of the same appear to hang in the new solver. -- You received this message because y

Re: Issue 2703 in sympy: summation(z**n, (n, 1, oo)) gives a strange result

2011-10-12 Thread sympy
Comment #1 on issue 2703 by matt...@gmail.com: summation(z**n, (n, 1, oo)) gives a strange result http://code.google.com/p/sympy/issues/detail?id=2703 A little update: In [1]: from sympy.concrete.summations import eval_sum_hyper In [2]: z = Symbol('z') In [3]: t = Symbol('t', real=True) I

Re: Issue 2656 in sympy: Solve exp(x*log(x) - 1, x)

2011-10-12 Thread sympy
Comment #5 on issue 2656 by asmeurer: Solve exp(x*log(x) - 1, x) http://code.google.com/p/sympy/issues/detail?id=2656 Maple gives a solution in terms of some RootOf's of non-polynomials: solve(2.0*sqrt(2)*x**2*exp(-0.03125*(log(x) - 1.5)**2)/sqrt(pi) - 0.0625*sqrt(2)*erf(-log(x) + 1.5) - 0.5,

Re: Issue 1365 in sympy: improve solve

2011-10-12 Thread sympy
Updates: Status: Fixed Comment #17 on issue 1365 by smi...@gmail.com: improve solve http://code.google.com/p/sympy/issues/detail?id=1365 The OP expression now returns [1] -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this

Re: Issue 1364 in sympy: simple equations involving log()

2011-10-12 Thread sympy
Comment #8 on issue 1364 by smi...@gmail.com: simple equations involving log() http://code.google.com/p/sympy/issues/detail?id=1364 the last one in c5 still fails in the new solver -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to

Re: Issue 1368 in sympy: solve((a**2 + 1) * (sin(a*x) + cos(a*x)), x) fails

2011-10-12 Thread sympy
Updates: Status: Fixed Comment #9 on issue 1368 by smi...@gmail.com: solve((a**2 + 1) * (sin(a*x) + cos(a*x)), x) fails http://code.google.com/p/sympy/issues/detail?id=1368 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google

Re: Issue 1572 in sympy: solve() should be able to solve expressions where variable only appears once

2011-10-12 Thread sympy
Updates: Status: Fixed Comment #11 on issue 1572 by smi...@gmail.com: solve() should be able to solve expressions where variable only appears once http://code.google.com/p/sympy/issues/detail?id=1572 (No comment was entered for this change.) -- You received this message because you a

Re: Issue 1968 in sympy: solve should not return infinities nor nan

2011-10-12 Thread sympy
Comment #6 on issue 1968 by smi...@gmail.com: solve should not return infinities nor nan http://code.google.com/p/sympy/issues/detail?id=1968 Both of the OP expressions give [] with the new solver. Should this be closed and a new issue opened for whether there should be a solver option to

Re: Issue 2033 in sympy: solve should be able to handle rational function systems

2011-10-12 Thread sympy
Comment #14 on issue 2033 by smi...@gmail.com: solve should be able to handle rational function systems http://code.google.com/p/sympy/issues/detail?id=2033 Only the first expression in C1 now fails with the new solver in master. -- You received this message because you are subscribed to the

Re: Issue 2236 in sympy: solve fails for polysys with multiple solutions

2011-10-12 Thread sympy
Updates: Cc: matt...@gmail.com Comment #6 on issue 2236 by smi...@gmail.com: solve fails for polysys with multiple solutions http://code.google.com/p/sympy/issues/detail?id=2236 The original system, rational system (nsimplify(eq, rational=True)), and the primitive form of the equati

Re: Issue 464 in sympy: _eval_as_leading_term should be refactored

2011-10-12 Thread sympy
Updates: Summary: _eval_as_leading_term should be refactored Labels: -Priority-Low Priority-Medium Series Comment #5 on issue 464 by asmeurer: _eval_as_leading_term should be refactored http://code.google.com/p/sympy/issues/detail?id=464 _eval_as_leading_term is actually broke

Re: Issue 1369 in sympy: sympy doesn't work with ipython+autocall 2

2011-10-12 Thread sympy
Updates: Status: Fixed Labels: IPython Comment #12 on issue 1369 by matt...@gmail.com: sympy doesn't work with ipython+autocall 2 http://code.google.com/p/sympy/issues/detail?id=1369 Basic doesn't implement __call__ anymore, so: In [1]: %autocall Automatic calling is: OFF In

Issue 2732 in sympy: pyplot error in doctests

2011-10-12 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2732 by ondrej.c...@gmail.com: pyplot error in doctests http://code.google.com/p/sympy/issues/detail?id=2732 examples/advanced/dense_coding_example.py[?] Failed to import [FAIL] examples/advanced/fem.py[1] .

Re: Issue 2731 in sympy: zeros(3,0)*zeros(0,3) should give zeros(3,3)

2011-10-12 Thread sympy
Updates: Labels: Matrices Comment #1 on issue 2731 by asmeurer: zeros(3,0)*zeros(0,3) should give zeros(3,3) http://code.google.com/p/sympy/issues/detail?id=2731 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "s

Re: Issue 2730 in sympy: Matrix().det() should return 1

2011-10-12 Thread sympy
Updates: Labels: Matrices Comment #1 on issue 2730 by asmeurer: Matrix().det() should return 1 http://code.google.com/p/sympy/issues/detail?id=2730 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" grou