Issue 2665 in sympy: count doesn't count

2011-09-01 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium NeedsReview smichr New issue 2665 by smi...@gmail.com: count doesn't count http://code.google.com/p/sympy/issues/detail?id=2665 Tuple(1,2,3,2).count(2) raises and error; if S(2) is given instead of 2 then a value of 0

Issue 2666 in sympy: Tuple should evalf

2011-09-01 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2666 by smi...@gmail.com: Tuple should evalf http://code.google.com/p/sympy/issues/detail?id=2666 It would be helpful if Tuple(args).n() would evaluate all the args. Does Basic need to have the method (so Tu

Re: Issue 2666 in sympy: Tuple should evalf

2011-09-01 Thread sympy
Comment #1 on issue 2666 by asmeurer: Tuple should evalf http://code.google.com/p/sympy/issues/detail?id=2666 It would probably be useful to have it on Basic. The same for evalf(). -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to th

Issue 2667 in sympy: is there a way to invert mixed matrices with floating-point arithmetic?

2011-09-01 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2667 by alke...@gmail.com: is there a way to invert mixed matrices with floating-point arithmetic? http://code.google.com/p/sympy/issues/detail?id=2667 The documentation on QRSolve states: This method is slower (approximat

Re: Issue 2662 in sympy: conjugate(x).diff(x) is wrong

2011-09-01 Thread sympy
Comment #1 on issue 2662 by asmeurer: conjugate(x).diff(x) is wrong http://code.google.com/p/sympy/issues/detail?id=2662 Changing this does indeed prevent some integrals from working, like integrate(conjugate(x), x). We really need to separate the derivative used by the heuristic Risch algo

Comment on Motivation in sympy

2011-09-01 Thread sympy
Comment by brett_...@optusnet.com.au: I have just started using sympy. I've been using it to equations of motion using the Langrangian formulation, so I just need to state the KE and PE formula and let sympy do the tedious and quite error-prone (when done by hand) differentiation. It's bri

Re: Comment on Motivation in sympy

2011-09-01 Thread sympy
Comment by asmeurer: PyPy support is coming (see issue 1026). Unfortunately, SymPy generally runs at least as fast, if not slower on PyPy. You can try it yourself if you don't believe me (I've only played with it minimally, so maybe some things really are faster). The problem is that the

Re: Issue 1015 in sympy: limit((1+x/(n+sin(n)))**n,n,oo) doesn't work

2011-09-01 Thread sympy
Updates: Summary: limit((1+x/(n+sin(n)))**n,n,oo) doesn't work Labels: -WrongResult Series Comment #4 on issue 1015 by asmeurer: limit((1+x/(n+sin(n)))**n,n,oo) doesn't work http://code.google.com/p/sympy/issues/detail?id=1015 (No comment was entered for this change.) -- You