Re: Issue 3148 in sympy: Too many constants from dsolve()

2013-06-03 Thread sympy
Updates: Labels: Assumptions Comment #16 on issue 3148 by asmeu...@gmail.com: Too many constants from dsolve() http://code.google.com/p/sympy/issues/detail?id=3148 If I understand you correctly, you are saying constants should not absorb symbolic constants. Why? Also, if I unders

Re: Issue 3128 in sympy: Sum and Product manipulations

2013-06-03 Thread sympy
Comment #18 on issue 3128 by asmeu...@gmail.com: Sum and Product manipulations http://code.google.com/p/sympy/issues/detail?id=3128 I am sure that mathematica can represent unevaluated summations. Anyway, reordering the limits where we have to change them to get the same answer is somethi

Re: Issue 3760 in sympy: unskip doctests which output floats

2013-06-03 Thread sympy
Updates: Status: Fixed Comment #4 on issue 3760 by smi...@gmail.com: unskip doctests which output floats http://code.google.com/p/sympy/issues/detail?id=3760 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue

Re: Issue 3864 in sympy: Variables do not mutate in SymPy Live

2013-06-03 Thread sympy
Updates: Status: Started Comment #5 on issue 3864 by li.david...@gmail.com: Variables do not mutate in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3864 (No comment was entered for this change.) -- You received this message because this project is configured to send all

Re: Issue 3863 in sympy: Deleting variables does not work in SymPy Live

2013-06-03 Thread sympy
Updates: Status: Started Comment #1 on issue 3863 by li.david...@gmail.com: Deleting variables does not work in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3863 See https://github.com/sympy/sympy-live/pull/69. -- You received this message because this project is config

Re: Issue 3864 in sympy: Variables do not mutate in SymPy Live

2013-06-03 Thread sympy
Comment #4 on issue 3864 by li.david...@gmail.com: Variables do not mutate in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3864 See https://github.com/sympy/sympy-live/pull/69. -- You received this message because this project is configured to send all issue notifications to

Re: Issue 3864 in sympy: Variables do not mutate in SymPy Live

2013-06-03 Thread sympy
Comment #3 on issue 3864 by li.david...@gmail.com: Variables do not mutate in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3864 So it's not exec-vs-eval, that was wrong. -- You received this message because this project is configured to send all issue notifications to this ad

Re: Issue 3864 in sympy: Variables do not mutate in SymPy Live

2013-06-03 Thread sympy
Comment #2 on issue 3864 by li.david...@gmail.com: Variables do not mutate in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3864 The other issue is that, when comparing the globals dictionaries before and after evaluation, the old global dictionary is a shallow-copy, so evalu

Re: Issue 3864 in sympy: Variables do not mutate in SymPy Live

2013-06-03 Thread sympy
Comment #1 on issue 3864 by li.david...@gmail.com: Variables do not mutate in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3864 I think this is due to eval-vs-exec. Live eval's the last line entered to be able to print its value, but that doesn't mutate the variable. See htt

Re: Issue 3128 in sympy: Sum and Product manipulations

2013-06-03 Thread sympy
Comment #17 on issue 3128 by thilina@gmail.com: Sum and Product manipulations http://code.google.com/p/sympy/issues/detail?id=3128 What does reverse order of limits mean? Is it converting Sum(x, (x, 1, 10) --> Sum(x, (x, 10, 1))? If so, would an interface like reverse_order(Sum, index1, i