Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solveset returns ConditionSet #19977

Closed
maurogaravello opened this issue Aug 17, 2020 · 0 comments · Fixed by #19978
Closed

solveset returns ConditionSet #19977

maurogaravello opened this issue Aug 17, 2020 · 0 comments · Fixed by #19978

Comments

@maurogaravello
Copy link
Contributor

solveset returns ConditionSet in case it is not able to find the solution.
As an example, look at the code

x = Symbol('x', real=True)
f = atan(log(x))
domain = Interval.open(0, oo)
sign = solveset(f>0, x, domain=domain)

In this case, sign is ConditionSet(x, atan(log(x)) > 0, Interval(0, oo)).
It is also simple to see that the solution is Interval.open(1, oo).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants