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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo