Skip to content

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

@rwst

Description

@rwst

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions