Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-06-18 Thread sympy
Updates: Status: Fixed Comment #9 on issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 (No comment was entered for this change.) -- You received this message because this project is configur

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-06-17 Thread sympy
Updates: Labels: NeedsReview smichr Comment #8 on issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 https://github.com/sympy/sympy/pull/2178 -- You received this message because this project

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-06-15 Thread sympy
Comment #7 on issue 3722 by asmeu...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 If so, replace all instances of that symbol with re(sym) + im(sym)*I Is solve() not smart enough to do this on its own if re(sym)

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-06-15 Thread sympy
Comment #6 on issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 The remaining problems can be solved with a little extra work from the user, adding an auxiliary equation: solve([re(x) - 1, im(x)

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-06-14 Thread sympy
Updates: Labels: -NeedsReview -smichr Comment #5 on issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 1694 has been committed but the expressions in the previous comment aren't yet handled.

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-05-14 Thread sympy
Comment #4 on issue 3722 by asmeu...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 Some interesting generalizations of this were suggested on the mailing list: solve([re(x) - 1, im(x) - 2], x) solve([abs(x) - 2, arg

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-04-28 Thread sympy
Comment #3 on issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 https://github.com/sympy/sympy/pull/1964 -- You received this message because this project is configured to send all issue notificat

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-03-31 Thread sympy
Updates: Labels: NeedsReview smichr Comment #2 on issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 https://github.com/sympy/sympy/pull/1925 -- You received this message because this project

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-03-28 Thread sympy
Updates: Labels: -Type-Defect Type-Enhancement Solvers Comment #1 on issue 3722 by asmeu...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 That's a great idea. When should it be tried? Always? When the variabl

Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-03-28 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 The following does not resolve into a solution for x and y var('x y', real=True)