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