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

automatic simplification can lose some infinities #13587

Closed
burcin opened this issue Oct 8, 2012 · 9 comments
Closed

automatic simplification can lose some infinities #13587

burcin opened this issue Oct 8, 2012 · 9 comments

Comments

@burcin
Copy link

burcin commented Oct 8, 2012

From this ask.sagemath.org question:

sage: t = tan(x)^2 - tan(x)    
sage: t.subs(x=pi/2)
0
sage: u = gamma(x) - gamma(x-1)
sage: u.subs(x=-1)
0

Depends on #13729

CC: @kcrisman

Component: symbolics

Keywords: pynac arithmetic

Author: Burcin Erocal

Reviewer: Jean-Pierre Flori

Merged: sage-5.9.beta1

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

@burcin burcin added this to the sage-5.5 milestone Oct 8, 2012
@burcin burcin self-assigned this Oct 8, 2012
@burcin
Copy link
Author

burcin commented Nov 19, 2012

Attachment: trac_13587-infinity_doctest.patch.gz

@burcin
Copy link
Author

burcin commented Nov 19, 2012

comment:2

This is now Pynac issue #14. It will be fixed in the next Pynac release.

@burcin
Copy link
Author

burcin commented Nov 20, 2012

Changed keywords from pynac to pynac arithmetic

@burcin
Copy link
Author

burcin commented Nov 20, 2012

comment:3

Pynac 0.2.6 contains a fix for this. Updating the spkg is #13729.

@burcin
Copy link
Author

burcin commented Nov 20, 2012

Author: Burcin Erocal

@burcin
Copy link
Author

burcin commented Nov 20, 2012

Dependencies: #13729

@jpflori
Copy link

jpflori commented Nov 21, 2012

Reviewer: Jean-Pierre Flori

@jpflori
Copy link

jpflori commented Nov 21, 2012

comment:4

The added doctest tests what it should and passes with updated Pynac, so positive review.

@jdemeyer jdemeyer removed this from the sage-5.5 milestone Nov 27, 2012
@jdemeyer jdemeyer added this to the sage-5.9 milestone Mar 14, 2013
@jdemeyer jdemeyer removed the pending label Mar 14, 2013
@jdemeyer
Copy link

Merged: sage-5.9.beta1

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

3 participants