Issue 2819 in sympy: simplify(sqrt(x**2)) does not yield x

2011-11-02 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2819 by serge.al...@gmail.com: simplify(sqrt(x**2)) does not yield x http://code.google.com/p/sympy/issues/detail?id=2819 global_assumptions.add(Q.positive(x)) print simplify(sqrt(x**2)) (x**2)**(1/2) -- You received thi

Re: Issue 2819 in sympy: simplify(sqrt(x**2)) does not yield x

2011-11-02 Thread sympy
Updates: Status: Accepted Labels: Assumptions Simplify Comment #1 on issue 2819 by asmeu...@gmail.com: simplify(sqrt(x**2)) does not yield x http://code.google.com/p/sympy/issues/detail?id=2819 Yes, unfortunately, the new assumptions have not yet been merged with the rest of

Re: Issue 2819 in sympy: simplify(sqrt(x**2)) does not yield x

2011-11-05 Thread sympy
Comment #2 on issue 2819 by smi...@gmail.com: simplify(sqrt(x**2)) does not yield x http://code.google.com/p/sympy/issues/detail?id=2819 But the old assumptions work: var('x',positive=True) x sqrt(x**2) x -- You received this message because you are subscribed to the Google Groups "sy

Re: Issue 2819 in sympy: simplify(sqrt(x**2)) does not yield x

2013-04-24 Thread sympy
Comment #4 on issue 2819 by smi...@gmail.com: simplify(sqrt(x**2)) does not yield x http://code.google.com/p/sympy/issues/detail?id=2819 see also issue 3210 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your