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

not all symbolic equations stay unevaluated #20784

Closed
rwst opened this issue Jun 8, 2016 · 8 comments
Closed

not all symbolic equations stay unevaluated #20784

rwst opened this issue Jun 8, 2016 · 8 comments

Comments

@rwst
Copy link

rwst commented Jun 8, 2016

sage: limit(1/x, x=0) == unsigned_infinity 
True
sage: SR(unsigned_infinity) == unsigned_infinity
True

Component: symbolics

Author: Dave Morris

Branch/Commit: 6b95486

Reviewer: Markus Wageringel

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

@rwst rwst added this to the sage-7.3 milestone Jun 8, 2016
@DaveWitteMorris
Copy link
Member

Branch: public/20784

@DaveWitteMorris
Copy link
Member

comment:2

Both of these stay unevaluated now, as they should:

sage: limit(1/x, x=0) == unsigned_infinity
Infinity == Infinity
sage: SR(unsigned_infinity) == unsigned_infinity
Infinity == Infinity

The PR adds them as doctests.


New commits:

6b95486doctest for trac 20784

@DaveWitteMorris
Copy link
Member

Author: Dave Morris

@DaveWitteMorris
Copy link
Member

Commit: 6b95486

@mwageringel
Copy link

Reviewer: Markus Wageringel

@mwageringel
Copy link

comment:3

This looks good as well.

@DaveWitteMorris
Copy link
Member

comment:4

Thanks for the reviews!

@vbraun
Copy link
Member

vbraun commented Mar 9, 2021

Changed branch from public/20784 to 6b95486

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

4 participants