Comment #17 on issue 2009 by torstenm...@googlemail.com: Document why
solve((x-y,y),x) is None
http://code.google.com/p/sympy/issues/detail?id=2009
Sorry, for the "silverstone". It was a greeting from the T9 on my cell
phone.
An iterable for multiple variables would use the ordering given
thomdixon wants someone to pull from thomdixon:issue2085:
Fixes a majority of the issues in
[2085](http://code.google.com/p/sympy/issues/detail?id=2085). ./setup.py test
says the limit portion passes.
In [1]: limit(sin(x)/x, x, oo)
Out[1]: 0
In [2]: limit(gamma(x), x, oo)
O
Updates:
Labels: -NeedsBetterPatch NeedsReview torstenmarcoknodt
Comment #11 on issue 2014 by asmeurer: sympy.solvers.solvers.solve should
also allow frozenset to hold equations
http://code.google.com/p/sympy/issues/detail?id=2014
(No comment was entered for this change.)
--
You rece
Comment #16 on issue 2009 by asmeurer: Document why solve((x-y,y),x) is None
http://code.google.com/p/sympy/issues/detail?id=2009
What is silverstone? I think I understand what you are saying, and if so,
I would prefer a dictionary ({variable:solution}).
Here is the roots style:
In [47]: r
Comment #10 on issue 2014 by torstenm...@googlemail.com:
sympy.solvers.solvers.solve should also allow frozenset to hold equations
http://code.google.com/p/sympy/issues/detail?id=2014
ChangeLog:
- Rebased patch to current origin master
- Converted doctests to regular tesets
- Removed "raise T
Comment #15 on issue 2009 by torstenm...@googlemail.com: Document why
solve((x-y,y),x) is None
http://code.google.com/p/sympy/issues/detail?id=2009
Rebased patch to current origin master.
Attachments:
2009.diff 1.1 KB
2009.test 23.7 KB
--
You received this message because
thomdixon wants someone to pull from thomdixon:master:
Fixes a majority of the issues in
[2085](http://code.google.com/p/sympy/issues/detail?id=2085). ./setup.py test
says the limit portion passes.
In [1]: limit(sin(x)/x, x, oo)
Out[1]: 0
In [2]: limit(gamma(x), x, oo)
Out[
Comment #9 on issue 2014 by torstenm...@googlemail.com:
sympy.solvers.solvers.solve should also allow frozenset to hold equations
http://code.google.com/p/sympy/issues/detail?id=2014
As no one disagreed, I prepare a combined patch for allowing all iterables
and removing TypeError for the ca