Issue 2202 in sympy: Get Gates working with symbolic controls and targets.

2011-03-01 Thread sympy
Status: Accepted Owner: elliso...@gmail.com Labels: Type-Defect Priority-Medium Quantum New issue 2202 by elliso...@gmail.com: Get Gates working with symbolic controls and targets. http://code.google.com/p/sympy/issues/detail?id=2202 Current Gate objects have to have Integer arguments like X(

Re: Issue 2201 in sympy: Mul.flatten drops nc_terms on reeval

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #1 on issue 2201 by smi...@gmail.com: Mul.flatten drops nc_terms on reeval http://code.google.com/p/sympy/issues/detail?id=2201 Thanks for checking this over, Julien Rioux. It's in. -- You received this message because you are subscribed to the Google G

Issue 2201 in sympy: Mul.flatten drops nc_terms on reeval

2011-03-01 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium NeedsReview smichr New issue 2201 by smi...@gmail.com: Mul.flatten drops nc_terms on reeval http://code.google.com/p/sympy/issues/detail?id=2201 The purpose of reeval is to update the c_part. But the nc_part should be r

Re: Issue 2071 in sympy: Wrong limit result with expressions containing sin/cos

2011-03-01 Thread sympy
Comment #5 on issue 2071 by asmeurer: Wrong limit result with expressions containing sin/cos http://code.google.com/p/sympy/issues/detail?id=2071 For reference, the new issue is issue 2200. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To

Re: Issue 1639 in sympy: Missing high-level laurent() and taylor() series expansion functions (Maple 11)

2011-03-01 Thread sympy
Comment #5 on issue 1639 by asmeurer: Missing high-level laurent() and taylor() series expansion functions (Maple 11) http://code.google.com/p/sympy/issues/detail?id=1639 I've been meaning to mention this with all the discussion of series. Maybe this is the place to do it. Bronstein has

Re: Issue 2200 in sympy: limit(sin(x),x,oo) should raise an error

2011-03-01 Thread sympy
Updates: Labels: Series Comment #1 on issue 2200 by asmeurer: limit(sin(x),x,oo) should raise an error http://code.google.com/p/sympy/issues/detail?id=2200 Should maybe sin(oo) return nan? By the way, I plugged it into Maple, and got "-1 .. 1", i.e., it seems to be capable of retur

Re: Issue 2084 in sympy: limit(1+1/x, x, 0, dir='-') fails

2011-03-01 Thread sympy
Comment #70 on issue 2084 by smi...@gmail.com: limit(1+1/x, x, 0, dir='-') fails http://code.google.com/p/sympy/issues/detail?id=2084 I'm sorry, I misunderstood. I don't think there was anything wrong with it. "2084" has come to be a catch-all for the series work in my head. Say, with the

Re: Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #6 on issue 1987 by smi...@gmail.com: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0 http://code.google.com/p/sympy/issues/detail?id=1987 It now gives D(h(x), x)*f(h(x)) - D(g(x), x)*f(g(x)) + Integral(0, (x, g(x), h(x))) -- You receiv

Re: Issue 2171 in sympy: oo "eats" Integral

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2171 by smi...@gmail.com: oo "eats" Integral http://code.google.com/p/sympy/issues/detail?id=2171 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To p

Re: Issue 2084 in sympy: limit(1+1/x, x, 0, dir='-') fails

2011-03-01 Thread sympy
Comment #69 on issue 2084 by nicolas@gmail.com: limit(1+1/x, x, 0, dir='-') fails http://code.google.com/p/sympy/issues/detail?id=2084 Sorry, I don't understand what you mean. I labelled it fixed, since limit(1+1/x, x, 0, dir='-') - and similar limits - were fixed in your branch 2084_2

Re: Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #8 on issue 2126 by smi...@gmail.com: fix doctest or quality testing to recognize doctests http://code.google.com/p/sympy/issues/detail?id=2126 (No comment was entered for this change.) -- You received this message because you are subscribed to the Goog

Re: Issue 1639 in sympy: Missing high-level laurent() and taylor() series expansion functions (Maple 11)

2011-03-01 Thread sympy
Comment #4 on issue 1639 by smi...@gmail.com: Missing high-level laurent() and taylor() series expansion functions (Maple 11) http://code.google.com/p/sympy/issues/detail?id=1639 To get Taylor series terms you can use the existing taylor_term() method. -- You received this message because y

Re: Issue 1092 in sympy: limit(sum(1/k, (k, 1, n))-log(n), n, oo) should do it

2011-03-01 Thread sympy
Updates: Labels: -smichr -NeedsReview Comment #8 on issue 1092 by smi...@gmail.com: limit(sum(1/k, (k, 1, n))-log(n), n, oo) should do it http://code.google.com/p/sympy/issues/detail?id=1092 The changes referred to in the previous comment are commited, but the issue is being left op

Re: Issue 1213 in sympy: limit(1+2*((H-h)/h+(H-h)**2/h**2 * log(1-h/H)), h, 0) fails

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #7 on issue 1213 by smi...@gmail.com: limit(1+2*((H-h)/h+(H-h)**2/h**2 * log(1-h/H)), h, 0) fails http://code.google.com/p/sympy/issues/detail?id=1213 (No comment was entered for this change.) -- You received this message because you are subscribed to t

Re: Issue 1269 in sympy: lseries hangs

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #6 on issue 1269 by smi...@gmail.com: lseries hangs http://code.google.com/p/sympy/issues/detail?id=1269 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post t

Re: Issue 1944 in sympy: limit() returns incorrect answer for limit(exp(-x/a), x, oo)

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #6 on issue 1944 by smi...@gmail.com: limit() returns incorrect answer for limit(exp(-x/a), x, oo) http://code.google.com/p/sympy/issues/detail?id=1944 (No comment was entered for this change.) -- You received this message because you are subscribed to

Re: Issue 2071 in sympy: Wrong limit result with expressions containing sin/cos

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2071 by smi...@gmail.com: Wrong limit result with expressions containing sin/cos http://code.google.com/p/sympy/issues/detail?id=2071 the sin(oo) has been moved to a new issue. -- You received this message because you are subscribed to the G

Issue 2200 in sympy: limit(sin(x),x,oo) should raise an error

2011-03-01 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2200 by smi...@gmail.com: limit(sin(x),x,oo) should raise an error http://code.google.com/p/sympy/issues/detail?id=2200 limit(sin(x),x,oo) sin(oo) -- You received this message because you are subscribed to

Re: Issue 2085 in sympy: Limit code severely broken.

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #29 on issue 2085 by smi...@gmail.com: Limit code severely broken. http://code.google.com/p/sympy/issues/detail?id=2085 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" g

Re: Issue 1366 in sympy: limit(10*exp(-a*x)*sin(a*x), x, -oo) fails

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #7 on issue 1366 by smi...@gmail.com: limit(10*exp(-a*x)*sin(a*x), x, -oo) fails http://code.google.com/p/sympy/issues/detail?id=1366 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

5 issues changed in sympy

2011-03-01 Thread sympy
Updates: Status: Fixed Comment by smi...@gmail.com: (No comment was entered for this change.) Affected issues: issue 412: series bug: 1/x - (x**(-3)-1)**Rational(1,3) returns only one term http://code.google.com/p/sympy/issues/detail?id=412 issue 431: series bug: w**(-1-w) *

Re: Issue 1230 in sympy: limit((tan x)**(tan 2x), x, pi/4) doesnt work

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #9 on issue 1230 by smi...@gmail.com: limit((tan x)**(tan 2x), x, pi/4) doesnt work http://code.google.com/p/sympy/issues/detail?id=1230 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Grou

Re: Issue 1447 in sympy: limit(tan(x),x,pi/2,dir='-') returns tan(pi/2)

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #3 on issue 1447 by smi...@gmail.com: limit(tan(x),x,pi/2,dir='-') returns tan(pi/2) http://code.google.com/p/sympy/issues/detail?id=1447 It now returns oo. -- You received this message because you are subscribed to the Google Groups "sympy-issues" gro

Re: Issue 1471 in sympy: integrate(1/(x**3+1),(x,0,oo)) return an expression with x

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #10 on issue 1471 by smi...@gmail.com: integrate(1/(x**3+1),(x,0,oo)) return an expression with x http://code.google.com/p/sympy/issues/detail?id=1471 it's in, so I am closing this issue. -- You received this message because you are subscribed to the Go