I'm not sure if it's supported. Normally to get solve() to return only
real solutions you set real=True on the variables. But it doesn't seem
to handle this case. It only wants to give the solutions [(-I*y, y),
(I*y, y)].

Aaron Meurer

On Tue, Jan 21, 2020 at 7:00 AM Jisoo Song <[email protected]> wrote:
>
> It seems that solveset only deals with univariate equation, while solve does 
> not consider the domain.
>
> How can I get x==0 & y==0 by solving x**2 + y**2 == 0 in real domain?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/0301ee79-b3be-48ef-8740-b771640126b1%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BRWHVx%2BjO3U6VVM%3Dhm2dLZVDML5ge1iDq_cq6G1CJvVw%40mail.gmail.com.

Reply via email to