-
-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Description
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