Skip to content

comparison of symbolic functions #18259

Open
@dkrenn

Description

@dkrenn

We have the following strange (wrong) behavior:

sage: f(x) = 2*x
sage: bool(f == 2*x)
True

On the other hand we have

sage: f(x) = 2*x
sage: g(y) = 2*y
sage: bool(f == g)
False

CC: @rwst @videlec

Component: symbolics

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

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