Skip to content

strange handling of variables in assume #24392

@vit-tucek

Description

@vit-tucek
mannequin

Sometimes it is ok to refer to a variable via string, sometimes it's not. Depends on the kind of assumption.

var('a b')
assume('a', a > 1)
assume(a, "integer")
assume('b', b > 1)
assume('b', "integer")
assumptions()
(a, b)
[a > 1, a is integer, b > 1]

CC: @rwst @egourgoulhon

Component: symbolics

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

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