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

Redundant question after assumption in integration #17249

Open
kcrisman opened this issue Oct 29, 2014 · 3 comments
Open

Redundant question after assumption in integration #17249

kcrisman opened this issue Oct 29, 2014 · 3 comments

Comments

@kcrisman
Copy link
Member

From https://groups.google.com/forum/#!topic/sage-support/L75JgocZc3I verbatim:

a,b=var('a b');
assume(4*b^2-4*a^2<0);
assume((b-a)*(b+a)<0);
integrate(1/(a-b*sin(x)),x,-oo,oo)

It complains and asks whether (b-a)*(b+a) is negative or positive.

Upstream: Reported upstream. Developers acknowledge bug.

CC: @sagetrac-jakobkroeker

Component: calculus

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

@kcrisman kcrisman added this to the sage-6.4 milestone Oct 29, 2014
@kcrisman
Copy link
Member Author

comment:1

Upstream at https://sourceforge.net/p/maxima/bugs/2829/

@kcrisman
Copy link
Member Author

Upstream: Reported upstream. Developers acknowledge bug.

@sagetrac-jakobkroeker
Copy link
Mannequin

sagetrac-jakobkroeker mannequin commented Mar 4, 2017

comment:2

Seems fixed meanwhile (sage 7.6 beta4). Add a test?

@mkoeppe mkoeppe removed this from the sage-6.4 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