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

Set assumptions in SymPy too when doing assume() #24078

Open
rwst opened this issue Oct 20, 2017 · 4 comments
Open

Set assumptions in SymPy too when doing assume() #24078

rwst opened this issue Oct 20, 2017 · 4 comments

Comments

@rwst
Copy link

rwst commented Oct 20, 2017

For a SymPy option to solve (#22322) we need to translate any assumptions on variables (and maybe anon. functions?) that were made using assume and var('x', domain=...). Any SymPy operation may access the SymPy knowledge base any time. So I think this should be handled the same way as with Maxima, i.e. at the time the assume/var calls are made.

For the converse, see #24334

CC: @egourgoulhon

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/24078

@rwst rwst added this to the sage-8.2 milestone Oct 20, 2017
@rwst
Copy link
Author

rwst commented Oct 20, 2017

comment:1

However see #22322 comment:12
So the database is idle play?

@rwst rwst removed this from the sage-8.2 milestone Oct 20, 2017
@jdemeyer

This comment has been minimized.

@jdemeyer
Copy link

jdemeyer commented Dec 7, 2017

comment:4

For variables, couldn't this be handled in the conversion Sage -> Sympy?

@rwst
Copy link
Author

rwst commented Dec 7, 2017

comment:5

Replying to @jdemeyer:

For variables, couldn't this be handled in the conversion Sage -> Sympy?

Yes, SympyConverter:symbol().

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