Hi all
Though `solveset_real` claimes to be complete in terms of real solution 
returned
But for this

>>> x = Symbol('x', real=True)
>>> solveset_real(exp(I*x), x)
FiniteSet(0)

But probably the solution is what is returned for the `solveset_complex`
>>> y = Symbol('y')
>>> solveset_complex(exp(I*y), y)

ImageSet(Lambda(_n, 2*_n*pi), Integers())    # correct solution returned

                                     # same should be returned for 
`solveset_real` ?


Is there any reason why we just get `FiniteSet(0)`  ?

Cheers

Gaurav

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/fbf1e47b-3bab-4c7c-9099-25a2eef27062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to