Re: Issue 1993 in sympy: make sign simplification part of canonicalizing process

2011-10-30 Thread sympy
Updates: Summary: make sign simplification part of canonicalizing process Labels: Simplify Matching Comment #4 on issue 1993 by smi...@gmail.com: make sign simplification part of canonicalizing process http://code.google.com/p/sympy/issues/detail?id=1993 Here is another place

Re: Issue 1993 in sympy: make sign simplification part of canonicalizing process

2011-10-30 Thread sympy
Comment #5 on issue 1993 by asmeu...@gmail.com: make sign simplification part of canonicalizing process http://code.google.com/p/sympy/issues/detail?id=1993 I think the issue there is that we should actually make (1/(1 - t)).subs(t, 1) return -oo, not oo (which should be a separate issue).

Re: Issue 1993 in sympy: make sign simplification part of canonicalizing process

2013-04-09 Thread sympy
Updates: Cc: asmeu...@gmail.com skirpic...@gmail.com Comment #7 on issue 1993 by smi...@gmail.com: make sign simplification part of canonicalizing process http://code.google.com/p/sympy/issues/detail?id=1993 An idea I had about making (1/(1 - t)).subs(t, 1) is that we could have a f

Re: Issue 1993 in sympy: make sign simplification part of canonicalizing process

2013-04-09 Thread sympy
Updates: Status: Duplicate Mergedinto: 978 Comment #8 on issue 1993 by smi...@gmail.com: make sign simplification part of canonicalizing process http://code.google.com/p/sympy/issues/detail?id=1993 (No comment was entered for this change.) -- You received this message because