Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Expression.is_nonzero(); apply to ex.__nonzero__() #24352

Open
rwst opened this issue Dec 9, 2017 · 0 comments
Open

Implement Expression.is_nonzero(); apply to ex.__nonzero__() #24352

rwst opened this issue Dec 9, 2017 · 0 comments

Comments

@rwst
Copy link

rwst commented Dec 9, 2017

Despite the difficulty of proving that a symbolic expression is zero it is obvious that a positive resp. negative expression is nonzero. Also no power with nonpositive exponent can be zero. This ticket exposes the nonzero logic that is already in Pynac to the user, and applies it as a shortcut in ex.__nonzero__().

Dependencies: pynac-0.7.15

CC: @pelegm

Component: symbolics

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

@rwst rwst added this to the sage-8.2 milestone Dec 9, 2017
@mkoeppe mkoeppe removed this from the sage-8.2 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants