Skip to content

Unexpected behaviour of symbolic zero. #8555

@sagetrac-lfousse

Description

@sagetrac-lfousse

Consider the following commands:

sage: x = PolynomialRing(RealField(42), 'x', 2).gens() 
sage: x[0]^2 - x[1]^2 == SR(1)
x0^2 - x1^2 == 1
sage: x[0]^2 - x[1]^2 == SR(0)
False

It seems the symbolic zero is behaving in an unexpected way.

CC: @sagetrac-jakobkroeker

Component: symbolics

Author: André Apitzsch

Branch/Commit: u/aapitzsch/ticket/8555 @ c79c0fb

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions