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

Solve: If the symbol don't depends of the system don't is returned #11656

Open
latot opened this issue Sep 26, 2016 · 0 comments
Open

Solve: If the symbol don't depends of the system don't is returned #11656

latot opened this issue Sep 26, 2016 · 0 comments

Comments

@latot
Copy link
Contributor

latot commented Sep 26, 2016

Hi, basically in automated process can happen we request a symbol but don't exist in the system, in that case the symbol should return the UniversalSet(), if the system don't depends of the symbol it can takes any value.

>>> solve([Eq(x+y,1), Eq(x-y,1)], [x, y, z])
{x: 1, y: 0}

to

>>> solve([Eq(x+y,1), Eq(x-y,1)], [x, y, z])
{x: 1, y: 0, z: UniversalSet()}

This is very important, can be confuse the solutions with #11658

Thx. Cya.

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

No branches or pull requests

2 participants