Re: Issue 2295 in sympy: Recursion error with sqrt(x*x.conjugate()).expand(complex=True)

2012-07-28 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2295 by smi...@gmail.com: Recursion error with sqrt(x*x.conjugate()).expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=2295 This now works in master. -- You received this message because you are subscribed to the Google

Re: Issue 2295 in sympy: Recursion error with sqrt(x*x.conjugate()).expand(complex=True)

2011-12-05 Thread sympy
Comment #1 on issue 2295 by goff...@gmail.com: Recursion error with sqrt(x*x.conjugate()).expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=2295 For what it's worth, this also happens with sqrt(x*y).expand(complex=True). -- You received this message because you are

Re: Issue 2295 in sympy: Recursion error with sqrt(x*x.conjugate()).expand(complex=True)

2011-12-05 Thread sympy
Comment #2 on issue 2295 by goff...@gmail.com: Recursion error with sqrt(x*x.conjugate()).expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=2295 .. as well as sqrt(x*x).expand(complex=True). -- You received this message because you are subscribed to the Google Groups

Issue 2295 in sympy: Recursion error with sqrt(x*x.conjugate()).expand(complex=True)

2011-04-22 Thread sympy
Status: Accepted Owner: asmeurer CC: smi...@gmail.com Labels: Type-Defect Priority-Medium Simplify New issue 2295 by asmeurer: Recursion error with sqrt(x*x.conjugate()).expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=2295 a = sqrt(x*x.conjugate())