Re: Issue 2423 in sympy: Rotation.d function incorrect evaluation

2011-06-16 Thread sympy
Comment #2 on issue 2423 by sean.v@gmail.com: Rotation.d function incorrect evaluation http://code.google.com/p/sympy/issues/detail?id=2423 In looking back at this, both of the d functions for beta=pi/2 are correct, the ones with beta=-pi/2 have the wrong sign. -- You received this

Re: Issue 2484 in sympy: Create Poly by coefficients fails

2011-06-16 Thread sympy
Updates: Status: Fixed Labels: -Milestone-Release0.7.0 -NeedsReview PassedReview Comment #2 on issue 2484 by matt...@gmail.com: Create Poly by coefficients fails http://code.google.com/p/sympy/issues/detail?id=2484 This was fixed in df5412f. -- You received this message

Issue 2496 in sympy: Should mpmath use the polys ground types?

2011-06-16 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Polynomial New issue 2496 by asmeurer: Should mpmath use the polys ground types? http://code.google.com/p/sympy/issues/detail?id=2496 Like the polys, if gmpy is installed, mpmath will automatically take advantage of it. See

Re: Issue 2482 in sympy: Stop bundling mpmath

2011-06-16 Thread sympy
Comment #22 on issue 2482 by vlada.pe...@gmail.com: Stop bundling mpmath http://code.google.com/p/sympy/issues/detail?id=2482 First of all, why would mpmath become incompatible? It's a library like any other, it should first deprecate functions for a few releases and only then remove them

Re: Issue 2077 in sympy: classify_ode() doesn't catch a 1st_linear/separable ode

2011-06-16 Thread sympy
Updates: Status: Fixed Comment #6 on issue 2077 by smi...@gmail.com: classify_ode() doesn't catch a 1st_linear/separable ode http://code.google.com/p/sympy/issues/detail?id=2077 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 2488 in sympy: SymPy 0.7.0

2011-06-16 Thread sympy
Comment #2 on issue 2488 by smi...@gmail.com: SymPy 0.7.0 http://code.google.com/p/sympy/issues/detail?id=2488 The cls and seq are popped before making the call for the each_char handling in symbols...this means that `symbols('fgh', cls=Function, each_char=True)` will return 3 Symbols

Re: Issue 2488 in sympy: SymPy 0.7.0

2011-06-16 Thread sympy
Comment #3 on issue 2488 by asmeurer: SymPy 0.7.0 http://code.google.com/p/sympy/issues/detail?id=2488 That entier pull request has been cherry-picked into 0.7.0. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send email

Re: Issue 2488 in sympy: SymPy 0.7.0

2011-06-16 Thread sympy
Comment #4 on issue 2488 by asmeurer: SymPy 0.7.0 http://code.google.com/p/sympy/issues/detail?id=2488 *entire -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send email to sympy-issues@googlegroups.com. To unsubscribe

Re: Issue 1620 in sympy: Allow derivatives of unknown functions evaluated at a point

2011-06-16 Thread sympy
Updates: Status: Fixed Comment #34 on issue 1620 by smi...@gmail.com: Allow derivatives of unknown functions evaluated at a point http://code.google.com/p/sympy/issues/detail?id=1620 (No comment was entered for this change.) -- You received this message because you are subscribed to

Re: Issue 2491 in sympy: order_iter and iterable function

2011-06-16 Thread sympy
Updates: Status: Fixed Comment #6 on issue 2491 by smi...@gmail.com: order_iter and iterable function http://code.google.com/p/sympy/issues/detail?id=2491 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 1660 in sympy: [PATCH] derivatives of composed functions should not evaluate to a derivative in terms of a function

2011-06-16 Thread sympy
Updates: Status: Fixed Comment #10 on issue 1660 by renato.c...@gmail.com: [PATCH] derivatives of composed functions should not evaluate to a derivative in terms of a function http://code.google.com/p/sympy/issues/detail?id=1660 This has been fixed in 89adffcd. Now g(f(x)).diff(x)

Re: Issue 1525 in sympy: No integration by substitution

2011-06-16 Thread sympy
Comment #27 on issue 1525 by renato.c...@gmail.com: No integration by substitution http://code.google.com/p/sympy/issues/detail?id=1525 The pull request above is in, and issue 1620 is fixed. Is there something to do in this issue? BTW, this is what I think the OP meant in the first

Re: Issue 1435 in sympy: f(x, y).diff(x, y) - f(x, y).diff(y, x) should simplify to zero

2011-06-16 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #13 on issue 1435 by renato.c...@gmail.com: f(x, y).diff(x, y) - f(x, y).diff(y, x) should simplify to zero http://code.google.com/p/sympy/issues/detail?id=1435 This has been fixed in 53fbd25. -- You received

Re: Issue 2442 in sympy: Why does Lambda use Dummys?

2011-06-16 Thread sympy
Updates: Status: NeedsDecision Comment #6 on issue 2442 by renato.c...@gmail.com: Why does Lambda use Dummys? http://code.google.com/p/sympy/issues/detail?id=2442 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-16 Thread sympy
Updates: Blockedon: 2442 Comment #11 on issue 2440 by renato.c...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 2442 in sympy: Why does Lambda use Dummys?

2011-06-16 Thread sympy
Issue 2442: Why does Lambda use Dummys? http://code.google.com/p/sympy/issues/detail?id=2442 This issue is now blocking issue 2440. See http://code.google.com/p/sympy/issues/detail?id=2440 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: Issue 1621 in sympy: Initial conditions in dsolve()

2011-06-16 Thread sympy
Comment #6 on issue 1621 by renato.c...@gmail.com: Initial conditions in dsolve() http://code.google.com/p/sympy/issues/detail?id=1621 Another question: what should the interface be? The only way to keep full compatibility is accepting initial conditions in kwargs, but it feels more

Re: Issue 597 in sympy: Unable to subsitute derivatives

2011-06-16 Thread sympy
Updates: Status: Fixed Comment #7 on issue 597 by renato.c...@gmail.com: Unable to subsitute derivatives http://code.google.com/p/sympy/issues/detail?id=597 This works in master now after issue 1620 was fixed: diff(f(x**3), x).subs(x**3, y) 2/3 ⎛d ⎞│ 3⋅y ⋅⎜──(f(1))⎟│

Re: Issue 7 in sympy: implement relations (, ) solving

2011-06-16 Thread sympy
Comment #7 on issue 7 by smi...@gmail.com: implement relations (, ) solving http://code.google.com/p/sympy/issues/detail?id=7 The second case is also implemented: solve(a a + 5) True Can this be closed? -- You received this message because you are subscribed to the Google Groups

Re: Issue 7 in sympy: implement relations (, ) solving

2011-06-16 Thread sympy
Comment #8 on issue 7 by matt...@gmail.com: implement relations (, ) solving http://code.google.com/p/sympy/issues/detail?id=7 Most likely yes, because otherwise we won't be able to close this issue in 20 years. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2426 in sympy: solve uses .degree instead of .degree()

2011-06-16 Thread sympy
Updates: Status: Fixed Comment #1 on issue 2426 by smi...@gmail.com: solve uses .degree instead of .degree() http://code.google.com/p/sympy/issues/detail?id=2426 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2410 in sympy: Setting range for variables

2011-06-16 Thread sympy
Updates: Status: Duplicate Mergedinto: 2098 Comment #2 on issue 2410 by smi...@gmail.com: Setting range for variables http://code.google.com/p/sympy/issues/detail?id=2410 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 2098 in sympy: solve(x**2+1,x) does not check if x is real.

2011-06-16 Thread sympy
Comment #5 on issue 2098 by smi...@gmail.com: solve(x**2+1,x) does not check if x is real. http://code.google.com/p/sympy/issues/detail?id=2098 Issue 2410 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2134 in sympy: Derivative of Lambda does not work

2011-06-16 Thread sympy
Comment #2 on issue 2134 by asmeurer: Derivative of Lambda does not work http://code.google.com/p/sympy/issues/detail?id=2134 Ah good point. I guess it should raise an error, and definitely implement fdiff. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2488 in sympy: SymPy 0.7.0

2011-06-16 Thread sympy
Comment #5 on issue 2488 by asmeurer: SymPy 0.7.0 http://code.google.com/p/sympy/issues/detail?id=2488 I've added a commit that disables the mpmath test_visualization test, which was either printing a message to the terminal or opening a plot, depending on whether matplotlib and pylab were

Re: Issue 1621 in sympy: Initial conditions in dsolve()

2011-06-16 Thread sympy
Comment #7 on issue 1621 by asmeurer: Initial conditions in dsolve() http://code.google.com/p/sympy/issues/detail?id=1621 I think the syntax should be dsolve(ode, f(x), ics={f(0):1, f'(0):2}). As far as solving, I think we should just try to solve for the constants with what's given. If it

Re: Issue 1621 in sympy: Initial conditions in dsolve()

2011-06-16 Thread sympy
Comment #8 on issue 1621 by asmeurer: Initial conditions in dsolve() http://code.google.com/p/sympy/issues/detail?id=1621 By the way, you can't have dsolve(**ics) anyway because named keyword args have to be valid Python identifiers, not f(0). -- You received this message because you are

Re: Issue 1621 in sympy: Initial conditions in dsolve()

2011-06-16 Thread sympy
Comment #9 on issue 1621 by renato.c...@gmail.com: Initial conditions in dsolve() http://code.google.com/p/sympy/issues/detail?id=1621 By the way, the nicer syntax from issue 1620 would make these much easier to enter for derivatives (right now you would have to call .subs, which is a

Re: Issue 2423 in sympy: Rotation.d function incorrect evaluation

2011-06-16 Thread sympy
Updates: Cc: ondrej.c...@gmail.com Comment #3 on issue 2423 by ondrej.c...@gmail.com: Rotation.d function incorrect evaluation http://code.google.com/p/sympy/issues/detail?id=2423 Looking at the table 4.14 in Varshalovich, the values for beta=pi/2 are correct. There are no tables

Issue 2497 in sympy: Make Tuple do sequence repetition

2011-06-16 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Enhancement Priority-Medium New issue 2497 by asmeurer: Make Tuple do sequence repetition http://code.google.com/p/sympy/issues/detail?id=2497 In [16]: Tuple(1, 2, 3)*2 ---