Issue 1656 in sympy: lambdify does not yield Symbolic expressions.

2009-09-29 Thread codesite-noreply
Comment #1 on issue 1656 by akshaysrinivasan: lambdify does not yield Symbolic expressions. http://code.google.com/p/sympy/issues/detail?id=1656 Here's a primitive patch to fix it. In [5]: lambdify(x,x*sin(y),modules="sympy")(10) Out[5]: 10*sin(y) The use of sympy must be explicitly specifi

Issue 1656 in sympy: lambdify does not yield Symbolic expressions.

2009-09-29 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1656 by akshaysrinivasan: lambdify does not yield Symbolic expressions. http://code.google.com/p/sympy/issues/detail?id=1656 In [1]: lambdify(y,x*y)(10) --

Issue 1646 in sympy: Solving inequalities

2009-09-29 Thread codesite-noreply
Updates: Cc: -ondrej.certik Comment #20 on issue 1646 by asmeurer: Solving inequalities http://code.google.com/p/sympy/issues/detail?id=1646 Yes, I forgot about our coverage requirements, as they are fairly new. Once we get 100% coverage, we should have ./setup.py test run that script

Issue 1654 in sympy: subs() doesn't substitute lower derivatives into higher order ones

2009-09-29 Thread codesite-noreply
Updates: Status: Started Labels: -NeedsBetterPatch NeedsReview Comment #9 on issue 1654 by asmeurer: subs() doesn't substitute lower derivatives into higher order ones http://code.google.com/p/sympy/issues/detail?id=1654 (No comment was entered for this change.) -- You receive